diff --git a/.config/shell/rc.d/fzy-to-fzf.sh b/.config/shell/rc.d/fzy-to-fzf.sh new file mode 100644 index 0000000..055996e --- /dev/null +++ b/.config/shell/rc.d/fzy-to-fzf.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# check for existence of fzy. If found, substitute fzf with it. +type fzy >/dev/null 2>&1 && alias fzf=fzy