diff options
| author | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-21 23:55:52 +0200 |
|---|---|---|
| committer | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-22 08:24:15 +0200 |
| commit | c86932296809fb0b9dec4af024869a0648ac8ffd (patch) | |
| tree | c07914419e289b0f1488f2322e31e459ef4a3b7f /.config/zsh/.zshrc | |
| parent | e83c4515e0179221e7315abb606452ab2f7b561d (diff) | |
update zsh conf
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` |
