zshrc: Added sourcing for zsh_custom if present.

zsh_custom will be sourced if it exists. I sometimes need something which
isn't part of any file and must be only on that one computer.
This commit is contained in:
Mika Suomalainen 2011-10-02 17:05:17 +03:00
parent ded33ed297
commit 79e4cf3eae
1 changed files with 5 additions and 0 deletions

5
zshrc
View File

@ -56,3 +56,8 @@ fi
if [ -f ~/.zsh_tmux ]; then
source ~/.zsh_tmux
fi
if [ -f ~/.zsh_tmux ]; then
source ~/.zsh_custom
fi