summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r--accounts/gkleen@sif/zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index d4d75073..9fe88163 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -395,6 +395,10 @@ u2wdb() {
395 ssh -t postgres@uniworxdb2 psql uni2work 395 ssh -t postgres@uniworxdb2 psql uni2work
396} 396}
397 397
398ssh-installer() {
399 ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentityFile=~/.ssh/gkleen@sif.midgard.yggdrasil $@
400}
401
398alias '..'='cd ..' 402alias '..'='cd ..'
399alias -g L='| less' 403alias -g L='| less'
400alias -g S='&> /dev/null' 404alias -g S='&> /dev/null'