Change rr mapping to point directly to ranger bin

This commit is contained in:
Talia 2022-05-17 14:10:52 +02:00
parent 1f29cc8d00
commit 99de077bed
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ alias w='watch -t -d -n 1'
alias setclip='xclip -selection c' alias setclip='xclip -selection c'
alias getclip='xclip -selection clipboard -o' alias getclip='xclip -selection clipboard -o'
alias r='ranger' alias r='ranger'
alias rr='(ranger)' alias rr='$(whereis ranger | cut -d " " -f 2)'
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)' alias rf='(f=$(tempfile); $(which ranger) --choosefiles $f; cat $f; rm $f)'
alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko' alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'