diff options
Diffstat (limited to '.config/zsh/.zshrc')
| -rwxr-xr-x | .config/zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index efe5097..6991dfa 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,8 +1,11 @@ -# # This file is based on the configuration written by # Bruno Bonfils, <asyd@debian-fr.org> # Written since summer 2001 +# fix ubuntu fpath… +FPATH=/usr/share/zsh/site-functions/:$FPATH +FPATH=$ZDOTDIR/functions/:$FPATH + # colors eval `dircolors $ZDOTDIR/colors` |
