all repos — nixfiles @ 53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d

System and user configuration, managed by nix and home-manager

zsh: Remove reference to home folder
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 14:09:23 +0100
commit

53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d

parent

f9966bf4f77afc79567cbeebc89d7d43105636f3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/environment.zshzsh/environment.zsh
@@ -19,7 +19,7 @@ myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) )
 fpath=(
 	$myfuncs
-	~alan/projects/dotfiles/zsh/completion/
+	~/projects/dotfiles/zsh/completion/
 	$fpath
 )
 if [[ -d /usr/local/share/zsh-completions ]]