]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Prevent double PATH initializing
[dotfiles.git] / zsh / .zshrc
index a2e3e64507f2134d1c3df46dd390bcbdb5a9c944..e50ce267c6f8a3ad9ffc2285fb0de72654c59548 100644 (file)
@@ -85,7 +85,7 @@ f() {
 ssht() {
     ssh -C -t "$1" tmux attach -t0
 }
-alias sshnm='ssh -o "ControlMaster no"'
+alias sshnm='ssh -S none'
 # }}}
 
 # Lynx {{{