diff --git a/.zshrc b/.zshrc index 79a61ef..67ed7bd 100644 --- a/.zshrc +++ b/.zshrc @@ -101,6 +101,9 @@ if [[ "$(uname -sr)" =~ "Microsoft" ]]; then export GOROOT=/usr/lib/go fi +# Alias work +alias ssh-work="ssh -i ~/.ssh/work/id_rsa" + # Alias and Export Gentoo alias svm="sudo $EDITOR /etc/portage/make.conf" alias svr="sudo $EDITOR /etc/portage/repos.conf"