Install fzf for zsh

This commit is contained in:
Andrew Tomaka 2022-11-22 20:26:02 -05:00
parent 4a005b8f8c
commit 2b8c19e26f
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 13 additions and 2 deletions

View file

@ -43,4 +43,4 @@ else
fi
unsetopt EXTENDEDGLOB
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $XDG_CONFIG_HOME/fzf/fzf.zsh

View file

@ -1,5 +1,7 @@
ZDOTDIR=$HOME/.config/zsh
XDG_CONFIG_HOME="$HOME/.config"
PERSONAL_BIN_PATH="$HOME/bin"
PERSONAL_FPATH="$ZDOTDIR/completions"