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