zsh: Remove reference to home folder
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 14:09:23 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M zsh/environment.zsh → zsh/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 ]]