projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176379e
)
ssh ControlMaster does not work as expected for me
author
Sergey Matveev <stargrave@stargrave.org>
Sat, 19 Oct 2019 09:55:51 +0000 (12:55 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Sat, 19 Oct 2019 09:55:51 +0000 (12:55 +0300)
zsh/.zshrc
patch
|
blob
|
history
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index a2e3e64507f2134d1c3df46dd390bcbdb5a9c944..e50ce267c6f8a3ad9ffc2285fb0de72654c59548 100644
(file)
--- a/
zsh/.zshrc
+++ b/
zsh/.zshrc
@@
-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 {{{