all repos — nixfiles @ 53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d

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

zsh: Remove reference to home folder

Alan Pearce
commit

53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d

parent

f9966bf4f77afc79567cbeebc89d7d43105636f3

1 file changed, 1 insertion(+), 1 deletion(-)

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 ]]