Added the alias about work

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
Marcin Woźniak 2023-03-02 11:27:09 +01:00
parent 263d4e375f
commit 793c63e340
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -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"