]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/functions/ssht
Split zsh configuration on corresponding sections
[dotfiles.git] / zsh / .zsh / functions / ssht
diff --git a/zsh/.zsh/functions/ssht b/zsh/.zsh/functions/ssht
deleted file mode 100644 (file)
index bc50397..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-local t="-t 0"
-TERM=xterm ssh -C -t $1 "tmux has-session $t && tmux attach-session $t || tmux new-session $t"