Changed ssh config host order, added zdots alias

This commit is contained in:
2022-12-24 00:22:34 +02:00
parent 632424ecf9
commit 9c3ba8f2e8
2 changed files with 4 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ alias composerUp='composer global update'
alias npmUp='npm -g up'
alias zedit='$EDITOR ~/.zshrc ~/.alias'
alias zdots='$EDITOR ~/.dotfiles'
if [[ -f "$HOME/.aliases.local" ]]; then
# shellcheck disable=SC1091

View File

@@ -1,6 +1,3 @@
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host github.com
User git
HostName github.com
@@ -14,3 +11,6 @@ Host gitlab.com
Hostname gitlab.com
IdentityFile ~/.ssh/id_rsa
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"