diff options
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 4 |
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 | ||
398 | ssh-installer() { | ||
399 | ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o IdentityFile=~/.ssh/gkleen@sif.midgard.yggdrasil $@ | ||
400 | } | ||
401 | |||
398 | alias '..'='cd ..' | 402 | alias '..'='cd ..' |
399 | alias -g L='| less' | 403 | alias -g L='| less' |
400 | alias -g S='&> /dev/null' | 404 | alias -g S='&> /dev/null' |