shell: always launch zsh unless bash is explicitly launched

This commit is contained in:
PowerUser64 2024-09-17 23:14:59 -07:00
parent 706ed31198
commit 94edd4b09b
2 changed files with 4 additions and 2 deletions

2
.zshrc
View file

@ -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"