Install fzf for zsh
This commit is contained in:
parent
4a005b8f8c
commit
2b8c19e26f
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
ZDOTDIR=$HOME/.config/zsh
|
||||
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
PERSONAL_BIN_PATH="$HOME/bin"
|
||||
PERSONAL_FPATH="$ZDOTDIR/completions"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue