diff --git a/botfiles/.shellrc b/botfiles/.shellrc index b3f5894..9535800 100644 --- a/botfiles/.shellrc +++ b/botfiles/.shellrc @@ -48,8 +48,8 @@ alias gh-rcp='gh repo create --public' alias gh-rv='gh repo view' # fzf -fe() { find ./* -type f | fzf | xargs -r $EDITOR ;} -ff() { vifm "$(find ./* -type d | fzf)" ; clear } +ff() { find ./* -type f | fzf | xargs -r $EDITOR ;} +fd() { vifm "$(find ./* -type d | fzf)" ; clear } alias f='ff' # other