From c34264b5d3350a57d13d76ed4acfc4ea7c4aee5e Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Wed, 11 Feb 2026 10:57:37 +0100 Subject: add zsh c alias for config, remove unused alias --- zsh/index.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/index.zsh b/zsh/index.zsh index a34dee3..5efe068 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -18,12 +18,12 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs alias t='tmux' alias n='nvim' -alias tg='git describe --tags HEAD' 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)' alias p='cd ~/projects' +alias c='cd ~/.config' + eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion -- cgit v1.3.1