From 4cf7d29cdd4d127548052022c47894f5dc80c398 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 20 Mar 2014 19:52:11 +0200 Subject: [PATCH] fix previous commit zshrc was missing alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 82550b56..63df07ef 100644 --- a/zshrc +++ b/zshrc @@ -319,7 +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 " +alias lmosha="mosh --server=~/.local/bin/mosh-server-alt " # Allow custom aliases to be put in .aliases or .zsh_aliases .