1
0
Fork 0

Use ~/.zshrc.local for specific machines conf

This commit is contained in:
Daniele Tricoli 2019-10-14 20:13:13 +02:00
parent e250110172
commit cf73ab9bf7
2 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,7 @@
__________
< DOTFILES >
----------
\
\ \
\ \
\ _\^
@ -12,6 +13,7 @@
|| ||
```
# Local configuration #
# Local configurations #
* `~/.gitconfig.local`
* `~/.zshrc.local`

View file

@ -14,7 +14,6 @@ else
return
fi
[[ -f ~/.variables.zsh ]] && source ~/.variables.zsh
[[ -f ~/.aliases.zsh ]] && source ~/.aliases.zsh
@ -32,4 +31,5 @@ for dir in \
if [[ -d $dir ]]; then path[1,0]=$dir; fi
done
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
[[ -f ~/.fzf.zsh ]] && source ~/.fzf.zsh
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local