From 4378a4161ba961c0e2ade1f13e3399bfa07a083e Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Wed, 22 Oct 2025 16:04:13 +0200 Subject: Add vim-prettier plugin and alias for buds --- zsh/index.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zsh') 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 -- cgit v1.3.1