diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-12-16 11:38:13 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-12-17 15:22:43 +0100 |
| commit | 471519acb19a70f87e012fb54271bd972fbed887 (patch) | |
| tree | 330d8b026e7b3cc3bfdc653fc629047cc21b8788 /zsh | |
| parent | 6822ce5c04824e6606ffae7d84e337c437354f74 (diff) | |
make ranger cd to dir when exit
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/index.zsh | 2 |
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)' |
