update zshrc

This commit is contained in:
arcan1s 2014-12-13 06:23:48 +03:00
parent 75df5ba69d
commit 7cf04e8f56

2
zshrc
View File

@ -109,4 +109,4 @@ if [[ ${EUID} != 0 ]]; then
fi fi
## load custom settings from $HOME/.zsh ## load custom settings from $HOME/.zsh
for _SCR in $(find "${HOME}/.zsh" -type f 2> /dev/null); do source "${_SCR}"; done for _SCR in $(find "${HOME}/.zsh" -type 'f' -or -type 'l' 2> /dev/null); do source "${_SCR}"; done