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"