Add fzy alias to be called as fzf
This commit is contained in:
parent
613a4c8c4d
commit
510443abdf
1 changed files with 4 additions and 0 deletions
4
.config/shell/rc.d/fzy-to-fzf.sh
Normal file
4
.config/shell/rc.d/fzy-to-fzf.sh
Normal 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
|
Loading…
Reference in a new issue