diff options
author | Alan Pearce | 2014-04-10 14:09:23 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-10 14:09:23 +0100 |
commit | 53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d (patch) | |
tree | ecb2c9822377322bee0d3862a6d6bec2411df1dd | |
parent | f9966bf4f77afc79567cbeebc89d7d43105636f3 (diff) | |
download | nixfiles-53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d.tar.lz nixfiles-53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d.tar.zst nixfiles-53017f8e998b30e67ec8a4e2aecf5d5d551e7a4d.zip |
zsh: Remove reference to home folder
-rwxr-xr-x | zsh/environment.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh index dffd11f6..0183f728 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -19,7 +19,7 @@ export PATH myfuncs=( ~/projects/dotfiles/zsh/functions/*(/) ) fpath=( $myfuncs - ~alan/projects/dotfiles/zsh/completion/ + ~/projects/dotfiles/zsh/completion/ $fpath ) if [[ -d /usr/local/share/zsh-completions ]] |