fix zshrc

This commit is contained in:
arcan1s 2014-12-14 06:24:38 +03:00
parent 7cf04e8f56
commit 3da9f857b1

2
zshrc
View File

@ -109,4 +109,4 @@ if [[ ${EUID} != 0 ]]; then
fi
## load custom settings from $HOME/.zsh
for _SCR in $(find "${HOME}/.zsh" -type 'f' -or -type 'l' 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