diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-02-11 10:57:37 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-02-11 10:58:07 +0100 |
| commit | c34264b5d3350a57d13d76ed4acfc4ea7c4aee5e (patch) | |
| tree | e4b4f0c62a6293b2bf6ef5253003d7f384c5e437 /zsh/index.zsh | |
| parent | 70995d4d2d577293a8ad2f73681b174c0e7f6d6a (diff) | |
add zsh c alias for config, remove unused alias
Diffstat (limited to 'zsh/index.zsh')
| -rw-r--r-- | zsh/index.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
