Edit one alias
This commit is contained in:
parent
c9fe402156
commit
f9843cc6f8
@ -48,8 +48,8 @@ alias gh-rcp='gh repo create --public'
|
|||||||
alias gh-rv='gh repo view'
|
alias gh-rv='gh repo view'
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
fe() { find ./* -type f | fzf | xargs -r $EDITOR ;}
|
ff() { find ./* -type f | fzf | xargs -r $EDITOR ;}
|
||||||
ff() { vifm "$(find ./* -type d | fzf)" ; clear }
|
fd() { vifm "$(find ./* -type d | fzf)" ; clear }
|
||||||
alias f='ff'
|
alias f='ff'
|
||||||
|
|
||||||
# other
|
# other
|
||||||
|
Loading…
x
Reference in New Issue
Block a user