]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010ssh.zsh
Splitted zsh rc files
[dotfiles.git] / zsh / .zsh / rc / 010ssh.zsh
1 alias ssh="TERM=xterm ssh"
2 alias sshnm="ssh -S none"
3 ssht() {
4     local t="-t 0"
5     TERM=xterm ssh -C -t $1 "tmux has-session $t && tmux attach-session $t || tmux new-session $t"
6 }