diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 9582426..4582bc3 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -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}"