summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xzsh/environment.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh
index dffd11f..0183f72 100755
--- a/zsh/environment.zsh
+++ b/zsh/environment.zsh
@@ -19,7 +19,7 @@ export PATH
 myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) )
 fpath=(
 	$myfuncs
-	~alan/projects/dotfiles/zsh/completion/
+	~/projects/dotfiles/zsh/completion/
 	$fpath
 )
 if [[ -d /usr/local/share/zsh-completions ]]