dotfiles/.config/shell/rc.d/fzy-to-fzf.sh

5 lines
117 B
Bash
Raw Normal View History

2019-06-07 08:57:06 +00:00
#!/bin/sh
# check for existence of fzy. If found, substitute fzf with it.
type fzy >/dev/null 2>&1 && alias fzf=fzy