1
0

zsh: use fzf if any

This commit is contained in:
Konstantin Demin 2022-05-09 12:58:59 +03:00
parent e6fef308ef
commit 113ce00644
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

4
.config/zsh/rc/fzf.zsh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/zsh
x='/usr/share/doc/fzf/examples/key-bindings.zsh'
if [ -s "$x" ] ; then source "$x" ; fi