]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/010ssh.zsh
Make some functions autoloadable
[dotfiles.git] / zsh / .zsh / rc / 010ssh.zsh
index 1d257702e0dbdfdc73dd6d8e3a774151ad3facc5..81e8118a85c89fcb83aaa0de3252e59da17d1567 100644 (file)
@@ -1,6 +1,2 @@
 alias ssh="TERM=xterm ssh"
 alias sshnm="ssh -S none"
-ssht() {
-    local t="-t 0"
-    TERM=xterm ssh -C -t $1 "tmux has-session $t && tmux attach-session $t || tmux new-session $t"
-}