diff options
| -rw-r--r-- | zsh/index.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index 0e8ec61..53703c0 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -21,6 +21,7 @@ alias tg='git describe --tags HEAD' alias rr=ranger alias lg=lazygit alias buds='bluetoothctl connect E4:92:82:B5:80:1F' +alias p='cd ~/projects' eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion |
