Add fzy alias to be called as fzf

This commit is contained in:
Marty Oehme 2019-06-07 10:57:06 +02:00
parent 613a4c8c4d
commit 510443abdf

View file

@ -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