5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/zsh
|
|
|
|
x='/usr/share/doc/fzf/examples/key-bindings.zsh'
|
|
if [ -s "$x" ] ; then source "$x" ; fi
|