summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-04-10 14:09:23 +0100
committerAlan Pearce2014-04-10 14:09:23 +0100
commit53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d (patch)
treeecb2c9822377322bee0d3862a6d6bec2411df1dd /zsh
parentf9966bf4f77afc79567cbeebc89d7d43105636f3 (diff)
downloaddotfiles-53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d.tar.lz
dotfiles-53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d.tar.zst
dotfiles-53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d.zip
zsh: Remove reference to home folder
Diffstat (limited to 'zsh')
-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 ]]