zshrc: Fixed sourcing of zsh_custom

This commit is contained in:
Mika Suomalainen 2011-10-02 17:22:09 +03:00
parent fc1c236581
commit 970abc6b81

2
zshrc
View File

@ -57,7 +57,7 @@ if [ -f ~/.zsh_tmux ]; then
source ~/.zsh_tmux
fi
if [ -f ~/.zsh_tmux ]; then
if [ -f ~/.zsh_custom ]; then
source ~/.zsh_custom
fi