summary refs log tree commit diff stats
path: root/zsh/environment.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/environment.zsh')
-rwxr-xr-xzsh/environment.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh
index 02cdb178..dffd11f6 100755
--- a/zsh/environment.zsh
+++ b/zsh/environment.zsh
@@ -16,7 +16,7 @@ fi
 
 export PATH
 
-myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) )
+myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) )
 fpath=(
 	$myfuncs
 	~alan/projects/dotfiles/zsh/completion/