bashrc & zshrc: add lmosha for telling mosh to use custom script as server.

This should fix local mosh at lakka.kapsi.fi.
This commit is contained in:
Mikaela Suomalainen 2014-03-20 19:48:10 +02:00
parent c108b78939
commit 4b91b5bdb6
2 changed files with 2 additions and 0 deletions

1
bashrc
View File

@ -349,6 +349,7 @@ alias ssh-add="\ssh-add -D && \ssh-add "
# For userspecific installation of mosh on remote server.
alias lmosh="mosh --server=~/.local/bin/mosh-server "
alias lmosha="mosh --server=~/.local/bin/mosh-server-alt "
# Secure cat
alias scat="gpg --decrypt "

1
zshrc
View File

@ -319,6 +319,7 @@ alias ssh-add="\ssh-add -D && \ssh-add "
# For locally installed mosh on remote server.
alias lmosh="mosh --server=~/.local/bin/mosh-server "
lmosha="mosh --server=~/.local/bin/mosh-server-alt "
# Allow custom aliases to be put in .aliases or .zsh_aliases .