Add fzf
This commit is contained in:
parent
53873cc7b6
commit
ffb43d1585
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -58,4 +58,7 @@ conf_locations=(
|
||||||
|
|
||||||
. $(zdotfile completion.zsh)
|
. $(zdotfile completion.zsh)
|
||||||
|
|
||||||
|
FZF_ALT_C_COMMAND="fd -t d"
|
||||||
|
[[ -e /usr/share/doc/fzf/key-bindings.zsh ]] && . /usr/share/doc/fzf/key-bindings.zsh
|
||||||
|
|
||||||
exists todo && todo
|
exists todo && todo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue