mirror of
https://github.com/shokinn/.files.git
synced 2025-08-23 03:03:20 +00:00
Add alias for hosts repository in zsh configuration
This commit is contained in:
parent
069479ccc7
commit
d554c388a6
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strong
|
||||||
alias yeet="git push"
|
alias yeet="git push"
|
||||||
alias trust="yeet --force"
|
alias trust="yeet --force"
|
||||||
alias zotify="uvx git+https://github.com/Googolplexed0/zotify.git"
|
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
|
# Include $(go env GOPATH) to PATH
|
||||||
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue