diff options
Diffstat (limited to '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 |
