Edit one alias

This commit is contained in:
Wiktor Zykubek 2020-03-18 11:15:26 +01:00
parent 1b21967eef
commit b2b6d92b9f

View File

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