diff options
| -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)' |
