diff --git a/dotfiles/zshrc b/dotfiles/zshrc index fdfd3eb..625ea8c 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -170,6 +170,8 @@ alias ane='agenix-edit' alias cane="EDITOR='code -w' agenix-edit" alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l" +alias yeet="git push" +alias trust="yeet --force" # Include $(go env GOPATH) to PATH [[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"