Open HaleTom opened 6 years ago
Setting shell=bash or shell=zsh pollutes the environment and may conflict with something else which expects BASH or ZSH.
shell=bash
shell=zsh
BASH
ZSH
Thinking about this holistically, we should probably do set > pre before loading SCMB, then set > after and diff the two files for any other temporary environment variables set but not unset.
set > pre
set > after
Setting
shell=bash
orshell=zsh
pollutes the environment and may conflict with something else which expectsBASH
orZSH
.