From 3da9f857b16752246c19b741dc8b64af6b48b4f7 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sun, 14 Dec 2014 06:24:38 +0300 Subject: [PATCH 1/2] fix zshrc --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 0c34949..6876ab0 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' -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 From 14a7fd3f6e9c16f97aadbb479cd8d622c20ce8c2 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 2 Jan 2015 18:16:01 +0300 Subject: [PATCH 2/2] add ubuntu compability --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 6876ab0..08d47d4 100644 --- a/zshrc +++ b/zshrc @@ -88,7 +88,7 @@ alias -g n='| wc -l' alias -g dn='&> /dev/null &' # to run command ignoring aliases -hash -d b="/usr/bin" +hash -d b="/bin" # umask umask 022