summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-rwxr-xr-xtag-zsh/config/zsh/zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index 11932e6..c4b3b9c 100755
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-zsh/config/zsh/zshenv
@@ -16,10 +16,10 @@ fi
 
 export PATH
 
-myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) )
+myfuncs=( $ZDOTDIR/functions/*(/) )
 fpath=(
 	$myfuncs
-	~/projects/dotfiles/zsh/completion/
+	$ZDOTDIR/completion/
 	$fpath
 )
 if [[ -d /usr/local/share/zsh-completions ]]