]> git.alrj.org Git - zsh.d.git/commitdiff
Fix fpath
authorAmand Tihon <amand.tihon@iba-group.com>
Wed, 28 Nov 2012 09:29:49 +0000 (10:29 +0100)
committerAmand Tihon <amand.tihon@iba-group.com>
Wed, 28 Nov 2012 09:29:49 +0000 (10:29 +0100)
S21_path

index 82ddc3391da6383a89148d58abb1b6586e814d62..f911bc33fac4de5b5c742e01a2e25f55647d9c90 100644 (file)
--- a/S21_path
+++ b/S21_path
@@ -13,5 +13,5 @@ MY_PATH=(
 export PATH=${(j.:.)MY_PATH}
 
 
-fpath=(~/.zsh/functions $fpath)
+fpath=(~/.zsh.d/functions $fpath)
 export fpath