From c86932296809fb0b9dec4af024869a0648ac8ffd Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:55:52 +0200 Subject: update zsh conf --- .config/zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/zsh/.zshrc') 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, # Written since summer 2001 +# fix ubuntu fpath… +FPATH=/usr/share/zsh/site-functions/:$FPATH +FPATH=$ZDOTDIR/functions/:$FPATH + # colors eval `dircolors $ZDOTDIR/colors` -- cgit v1.2.3-54-g00ecf