summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-12-16 11:38:13 +0100
committerSkladnayazebra <skladnayazebra@gmail.com>2025-12-17 15:22:43 +0100
commit471519acb19a70f87e012fb54271bd972fbed887 (patch)
tree330d8b026e7b3cc3bfdc653fc629047cc21b8788
parent6822ce5c04824e6606ffae7d84e337c437354f74 (diff)
make ranger cd to dir when exit
-rw-r--r--zsh/index.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh
index 7e9f9a9..ab8b578 100644
--- a/zsh/index.zsh
+++ b/zsh/index.zsh
@@ -18,7 +18,7 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
alias n='nvim'
alias tg='git describe --tags HEAD'
-alias rr=ranger
+alias rr='. ranger'
alias lg=lazygit
alias b='bluetoothctl connect E4:92:82:B5:80:1F'
alias bb='echo $(bluetoothctl info E4:92:82:B5:80:1F | grep Battery)'