From 7e09553b27fa188dcb466a3c9d2cdd3270e85fef Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 22 Jun 2020 14:40:09 +0200 Subject: [PATCH] Add rf (ranger find) bash alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 5e6560c..a3080b6 100644 --- a/bashrc +++ b/bashrc @@ -9,6 +9,7 @@ alias getclip='xclip -selection clipboard -o' alias r='ranger' alias rr='(ranger)' 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' # 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'