Add rf (ranger find) bash alias
This commit is contained in:
parent
423a800e9b
commit
7e09553b27
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -9,6 +9,7 @@ alias getclip='xclip -selection clipboard -o'
|
||||||
alias r='ranger'
|
alias r='ranger'
|
||||||
alias rr='(ranger)'
|
alias rr='(ranger)'
|
||||||
alias ro='(f=$(tempfile); $(which ranger) --choosefiles $f; rifle $(cat $f); rm $f)'
|
alias ro='(f=$(tempfile); $(which ranger) --choosefiles $f; rifle $(cat $f); rm $f)'
|
||||||
|
alias rf='(f=$(tempfile); $(which ranger) --choosefiles $f; cat $f; rm $f)'
|
||||||
export HISTIGNORE='ls:clear:history'
|
export HISTIGNORE='ls:clear:history'
|
||||||
# alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`'
|
# alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`'
|
||||||
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
|
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'
|
||||||
|
|
Loading…
Reference in a new issue