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
What do you think about trying to retain some/all/more of the current environment variables when launching the child process? Aliases are helpful, but often my aliases and functions depend upon environment like AWS_PROFILE etc and at the moment as far as I can tell the environment gets reset.
What do you think about trying to retain some/all/more of the current environment variables when launching the child process? Aliases are helpful, but often my aliases and functions depend upon environment like
AWS_PROFILE
etc and at the moment as far as I can tell the environment gets reset.I can work around by 1-by-1 specifying them like:
WATCH_COMMAND='zsh -ci' /usr/local/bin/watch "n=${n}; echo hey n: ${n} hey"
But it's tedious and I assume there's nasty escaping issues in there too.
The text was updated successfully, but these errors were encountered: