diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-22 16:04:13 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-22 16:04:13 +0200 |
| commit | 4378a4161ba961c0e2ade1f13e3399bfa07a083e (patch) | |
| tree | 5c5d8edf8f6daad054bb270451b9c4be8a77b723 /zsh | |
| parent | 15223e140f5146ad9fe1a83034ad1d34b79d083c (diff) | |
Add vim-prettier plugin and alias for buds
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/index.zsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index 9db357d..0e8ec61 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -18,11 +18,12 @@ 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 lg=lazygit +alias buds='bluetoothctl connect E4:92:82:B5:80:1F' eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion source <(fzf --zsh) -alias rr=ranger -alias lg=lazygit export EDITOR=nvim |
