mirror of
https://github.com/shokinn/.files.git
synced 2025-04-24 16:03:23 +00:00
Compare commits
2 commits
97c71a846b
...
16160214a8
Author | SHA1 | Date | |
---|---|---|---|
|
16160214a8 | ||
|
557e794d1d |
|
@ -170,6 +170,8 @@ 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}"
|
||||
|
|
Loading…
Reference in a new issue