Add alias for hosts repository in zsh configuration

This commit is contained in:
Philip Henning 2025-08-18 18:45:49 +02:00
parent 069479ccc7
commit d554c388a6

View file

@ -179,6 +179,7 @@ alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strong
alias yeet="git push"
alias trust="yeet --force"
alias zotify="uvx git+https://github.com/Googolplexed0/zotify.git"
alias hosts="uvx git+https://git.s1q.dev/phg/hosts.git"
# Include $(go env GOPATH) to PATH
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"