diff options
author | toni <matzeton@googlemail.com> | 2014-09-08 13:53:09 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-09-08 13:53:09 +0200 |
commit | 9fa8d938c040e47fa883cabd9dbf8e1aba3addb8 (patch) | |
tree | b89e9bb4a32bc68b648fb0397d707f60edb8c721 /configs/bashrc | |
parent | a653d5829b0b4a067c0f318c2c95bcba62287109 (diff) |
updated bashrc,xmonad.hs
Diffstat (limited to 'configs/bashrc')
-rw-r--r-- | configs/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bashrc b/configs/bashrc index 94b2f02..9ab0b65 100644 --- a/configs/bashrc +++ b/configs/bashrc @@ -66,6 +66,7 @@ xterm*|rxvt*) esac alias ssh-htwk='ssh -C -X kain.imn.htwk-leipzig.de -l tuhlig' +alias ssh-petra='ssh -C upjetra.no-ip.org -L 5900:127.0.0.1:5900 -l toni' # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" |