]> git.alrj.org Git - zsh.d.git/blobdiff - S21_path
Add a wrapper for mc to stay in current directory upon exit
[zsh.d.git] / 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