mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Add zotify alias for convenient access to zotify repository
This commit is contained in:
parent
558dbfdc8a
commit
a2297baf0d
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/n
|
||||||
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
||||||
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"
|
||||||
|
|
||||||
# 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