summary refs log tree commit diff stats
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rwxr-xr-xzsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index bc336e5..672ed7c 100755
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -24,10 +24,10 @@ then
 	mkdir -p ~/.zsh/cache
 fi
 
-myfuncs=( ~alan/dotfiles/zsh/functions/*(/) )
+myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) )
 fpath=(
 	$myfuncs
-	~alan/dotfiles/zsh/completion/
+	~alan/projects/dotfiles/zsh/completion/
 	$fpath
 )