summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-02-17 14:40:41 +0100
committerxengineering <me@xengineering.eu>2022-02-17 14:40:41 +0100
commit7c7fc03499e8bd7d566684e9da0498856e62c62f (patch)
treebf458da62554e0d21f7bebfbe86f772e0db7ce33
parent4deacdfc64a94f57275d716c5780539f6c902a77 (diff)
downloaddotfiles-7c7fc03499e8bd7d566684e9da0498856e62c62f.tar
dotfiles-7c7fc03499e8bd7d566684e9da0498856e62c62f.tar.zst
dotfiles-7c7fc03499e8bd7d566684e9da0498856e62c62f.zip
Add alias for ranger
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 9bed4ab..27a09b4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -25,6 +25,7 @@ alias horizons='telnet horizons.jpl.nasa.gov 6775' # a NASA server providing da
alias today='date +"%Y-%m-%d"'
alias wlrecord='wf-recorder -a -g "$(slurp)"'
alias igit='git log --all --oneline --decorate --graph'
+alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat $HOME/.local/share/ranger/lastdir)"'
GOPATH=$HOME/go
PATH=$PATH:~/bin