]> Sergey Matveev's repositories - dotfiles.git/blob - ssh/.zsh/functions/ssht
Move argumentless aliases to lazy functions
[dotfiles.git] / ssh / .zsh / functions / ssht
1 local t="-t 0"
2 TERM=xterm ssh -C -t $1 "tmux has-session $t && tmux attach-session $t || tmux new-session $t"