| ▲ | SJMG 3 hours ago | |
Uh do aliases load in non-interactive shells? | ||
| ▲ | figmert 4 minutes ago | parent | next [-] | |
Create a wrapping binary instead | ||
| ▲ | EdwardDiego 25 minutes ago | parent | prev [-] | |
You could export BASH_ENV to have Bash processes source a given file at startup. Zsh has .zshenv, and Fish just has config.fish for everything with the ability to guard certain things within it to login only or non-interactive only. | ||