shell: launch zsh if we can

This commit is contained in:
PowerUser64 2024-09-16 11:50:19 -07:00
parent 3d44475583
commit b6ca38a4b5
3 changed files with 13 additions and 0 deletions

2
.zshrc
View file

@ -265,6 +265,8 @@ load_working_dir && cd - > /dev/null || true
# <<<
# <<<
export BASH_LAUNCH_ZSH=false
# Optionally source another zshrc
${SKIP_LOCAL_ZSHRC:-false} || careful_source "$SHELL_CONFIG_DIR/local/zshrc"