1
0
dotfiles/.config/zsh/rc/fzf.zsh

5 lines
100 B
Bash
Raw Normal View History

2022-05-09 12:58:59 +03:00
#!/bin/zsh
x='/usr/share/doc/fzf/examples/key-bindings.zsh'
if [ -s "$x" ] ; then source "$x" ; fi