From 7cf04e8f56b5f0dcc685e09da2ca8542770b279c Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 13 Dec 2014 06:23:48 +0300 Subject: [PATCH] update zshrc --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 2e16cad..0c34949 100644 --- a/zshrc +++ b/zshrc @@ -109,4 +109,4 @@ if [[ ${EUID} != 0 ]]; then fi ## 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