Zsh: remove hardcoded references to user alan
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M zsh/environment.zsh → zsh/environment.zsh
@@ -16,7 +16,7 @@ fi export PATH -myfuncs=( ~alan/projects/dotfiles/zsh/functions/*(/) ) +myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) ) fpath=( $myfuncs ~alan/projects/dotfiles/zsh/completion/