From 1660ebb0cfa09f9ed30691c5924a873f26962563 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 3 May 2012 17:26:50 +0300 Subject: [PATCH] bashrc & zshrc: add lmosh alias. --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 70cd5708..8a4ac577 100644 --- a/bashrc +++ b/bashrc @@ -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 diff --git a/zshrc b/zshrc index 7f00bb81..67b93daa 100644 --- a/zshrc +++ b/zshrc @@ -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