Compare commits

..

No commits in common. "16160214a8f030676f221750982a6c11f87ca2a4" and "97c71a846b806c3d4fbde40c64119e04648e498c" have entirely different histories.

View file

@ -170,8 +170,6 @@ 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}"