Set zsh form brew as default shell in mac init script

This commit is contained in:
2020-06-02 16:12:54 +02:00
parent 0cd62c36d7
commit 41a89a3c36
2 changed files with 5 additions and 2 deletions

View File

@ -3,5 +3,5 @@
# Where to look for zsh config
ZDOTDIR=~/.zsh
# Load config files in $ZSH/lib that for stage 3
# Load config files in $ZSH/lib that for stage 1
for config_file ($ZDOTDIR/lib/10-*.zsh) source $config_file