bashrc & zshrc: add lmosh alias.

This commit is contained in:
Mika Suomalainen 2012-05-03 17:26:50 +03:00
parent 77809964be
commit 1660ebb0cf
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -305,6 +305,9 @@ alias apt-get=aptitude
# Use GPG2 instead of GPG!
alias gpg=gpg2
# For userspecific installation of mosh on remote server.
alias lmosh="mosh --server=~/.local/bin/mosh-server "
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

3
zshrc
View File

@ -252,6 +252,9 @@ alias gpg=gpg2
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666755
compdef gpg2=gpg
# For locally installed mosh on remote server.
alias lmosh="mosh --server=~/.local/bin/mosh-server "
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases