You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use use Term/VTerm/TTerm as usual, a get my shell prompt, the env is loaded.
As example I run my ls command alias (which is alias ls='ls --color=auto ), after entering a term and getting a prompt, all is Ok.
But if I run :Term ls, it doesn't seem to take into account the env, default ls is ran.
Is there a way to load the env wich direct command calls ?
The text was updated successfully, but these errors were encountered:
If I use use Term/VTerm/TTerm as usual, a get my shell prompt, the env is loaded.
As example I run my
ls
command alias (which isalias ls='ls --color=auto
), after entering a term and getting a prompt, all is Ok.But if I run
:Term ls
, it doesn't seem to take into account the env, default ls is ran.Is there a way to load the env wich direct command calls ?
The text was updated successfully, but these errors were encountered: