From 471519acb19a70f87e012fb54271bd972fbed887 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Tue, 16 Dec 2025 11:38:13 +0100 Subject: make ranger cd to dir when exit --- zsh/index.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- cgit v1.3.1