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 .