shell: always launch zsh unless bash is explicitly launched
This commit is contained in:
parent
706ed31198
commit
94edd4b09b
2 changed files with 4 additions and 2 deletions
2
.zshrc
2
.zshrc
|
@ -265,7 +265,7 @@ load_working_dir && cd - > /dev/null || true
|
|||
# <<<
|
||||
# <<<
|
||||
|
||||
export BASH_LAUNCH_ZSH=false
|
||||
export LAUNCH_ZSH="${STAY_ZSH:-true}"
|
||||
|
||||
# Optionally source another zshrc
|
||||
${SKIP_LOCAL_ZSHRC:-false} || careful_source "$SHELL_CONFIG_DIR/local/zshrc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue