From 4b91b5bdb60f10484be21ec70190989e1762ce6e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 20 Mar 2014 19:48:10 +0200 Subject: [PATCH] bashrc & zshrc: add lmosha for telling mosh to use custom script as server. This should fix local mosh at lakka.kapsi.fi. --- bashrc | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/bashrc b/bashrc index ad1456d4..ed21e3ca 100644 --- a/bashrc +++ b/bashrc @@ -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 " diff --git a/zshrc b/zshrc index d3f9b61a..82550b56 100644 --- a/zshrc +++ b/zshrc @@ -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 .