Added the ssh commands

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
Marcin Woźniak 2023-03-02 11:39:10 +01:00
parent f8240b9ea7
commit 9168b8c42f
1 changed files with 3 additions and 1 deletions

4
.zshrc
View File

@ -101,8 +101,10 @@ if [[ "$(uname -sr)" =~ "Microsoft" ]]; then
export GOROOT=/usr/lib/go
fi
# Alias work
# Alias ssh
alias ssh-work="ssh -i ~/.ssh/work/id_rsa"
alias ssh-restore="cp -rv ~/ssh-mega/config ~/.ssh/ ; ssh-permissions"
alias ssh-backup="cp -rv ~/.ssh/config ~/ssh-mega/"
# Alias and Export Gentoo
alias svm="sudo $EDITOR /etc/portage/make.conf"