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

5 lines
100 B
Bash

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