]> 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 329e172043c0b692c1aabea6828c97c2d24c9ef4..f911bc33fac4de5b5c742e01a2e25f55647d9c90 100644 (file)
--- a/S21_path
+++ b/S21_path
@@ -1,3 +1,4 @@
+#! /usr/bin/zsh
 
 # Just make sure there are no duplicate in the PATH
 
@@ -12,5 +13,5 @@ MY_PATH=(
 export PATH=${(j.:.)MY_PATH}
 
 
-fpath=(~/.zsh/functions $fpath)
+fpath=(~/.zsh.d/functions $fpath)
 export fpath