From 99de077bedab51fef04c51f36dde9fb3bc5b1015 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 17 May 2022 14:10:52 +0200 Subject: [PATCH] Change rr mapping to point directly to ranger bin --- shell/alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/alias b/shell/alias index 42bd725..ba16b25 100644 --- a/shell/alias +++ b/shell/alias @@ -5,7 +5,7 @@ alias w='watch -t -d -n 1' alias setclip='xclip -selection c' alias getclip='xclip -selection clipboard -o' 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 rf='(f=$(tempfile); $(which ranger) --choosefiles $f; cat $f; rm $f)' alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko'