Added the ssh commands
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
parent
f8240b9ea7
commit
9168b8c42f
4
.zshrc
4
.zshrc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user