From b940c169113961c4287a28ed5240a6904ac57122 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 17 Jun 2017 16:28:41 +0200 Subject: [PATCH] ma --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index e37829a..69c2d17 100644 --- a/zshrc +++ b/zshrc @@ -168,6 +168,10 @@ alias cipra="xpra start ssh:ik15ydit@faui00n.cs.fau.de:100 --start-child urxvt" alias mountcip="sshfs ik15ydit@faui00n.cs.fau.de:/ -o reconnect,idmap=user $CIP_MOUNTPOINT" alias umountcip="fusermount -u $CIP_MOUNTPOINT" +## CONNECT Locally ## +alias -g atlantislaptop = "ik15ydit@atlantislaptop.local" +alias -g atlantismedion = "ik15ydit@atlantismedion.local" + ## DIRECT TO CONFIG ## alias hlconf="vim ~/.config/herbstluftwm/autostart" alias zshconf="vim ~/.zshrc"