From f9843cc6f8c6d9796ebde9476cc6c0cf29b40e6c Mon Sep 17 00:00:00 2001 From: samedamci Date: Wed, 18 Mar 2020 11:15:26 +0100 Subject: [PATCH] Edit one alias --- botfiles/.shellrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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