From: Sergey Matveev Date: Sat, 2 May 2020 14:06:43 +0000 (+0300) Subject: Quotes X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=2517667b1becd4a32cd10e1bd746d1d7f9f2a13e Quotes --- diff --git a/zsh/.zshrc b/zsh/.zshrc index c0cd9ee..c6f7881 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -80,7 +80,7 @@ f() { ssht() { ssh -C -t "$1" tmux attach -t0 } -alias sshnm='ssh -S none' +alias sshnm="ssh -S none" # }}} # Git {{{