Piturnah/gex

Bug: Shell process execution does not respect aliases

Opened this issue · 0 comments

Is there an existing issue for this?

  • I have searched the existing issues

Description

When you use ! to execute a shell command, it doesn't respect aliases.

Expected Behavior

No response

Steps To Reproduce

  1. Use aliased command
  2. See result lol

Environment

- OS: 
- gex:

Anything else?

e.g.
.bashrc:

alias of='onefetch'

gex:
image