From 353b62993ad81e307a4f682caa64e9039284ea05 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 22 Feb 2016 20:33:57 +0300 Subject: [PATCH] fix zshrc --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 6e6bb41..a15de42 100644 --- a/zshrc +++ b/zshrc @@ -107,6 +107,6 @@ if [[ ${TERM} =~ "rxvt-unicode-*" ]] export TERM="xterm" find "${HOME}/.ssh/conf.d" -type f -name '*.conf' -exec cat {} > "${HOME}/.ssh/config" \; 2> /dev/null # load custom settings from $HOME/.zsh -if [[ -a ${HOME}/.zsh/zsh-plugins ]]; then +if [[ -a ${HOME}/.zsh-plugins ]]; then for _SRC in $(cat "${HOME}/.zsh-plugins"); do source "${HOME}/.zsh/${_SRC}"; done fi