zshrc
changeset 40 6eeab84c3f15
parent 13 e1da4a7a9e92
child 41 be88f546392c
--- a/zshrc	Sun Feb 05 12:46:10 2017 +0100
+++ b/zshrc	Sat Apr 27 22:52:28 2019 +0200
@@ -14,7 +14,7 @@
 # zsh_local directory.
 
 
-fpath=($ZDOTDIR/functions $fpath)
+fpath=($ZDOTDIR/functions $ZDOTDIR/zsh_local/functions $fpath)
 
 
 ####################