From 793c63e3406a9ba504eb5e27c9bd5e4f6598032f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 2 Mar 2023 11:27:09 +0100 Subject: [PATCH] Added the alias about work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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"