zsh: Remove reference to home folder
1 file changed, 1 insertion(+), 1 deletion(-)
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 ]]