diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ export DEBEMAIL="weasel@debian.org" ####################################################################### ####################################################################### -fpath=( "$HOME/.zshfunc" "$HOME/.zshfunc/vcs-info" "$fpath[@]" ) +fpath=( "$HOME/.zshfunc" "$fpath[@]" ) export FPATH # Only unique entries please. typeset -U fpath |