Closed lwaldron closed 4 years ago
it will now use the default shell. you can change it in the new shell_path
attribute in the bulker config, which defaults to:
shell_path: ${SHELL}
you can also do something like this to specify on the fly:
SHELL=/bin/sh bulker activate...
For example, zsh is the default shell in the newest OSX update, so you a) get the following message, and b) lose your zsh settings such as custom prompt in favor of
bulker-3.2$
. I also noticed the loss of custom shell settings before the zsh migration.