]> Sergey Matveev's repositories - dotfiles.git/blob - ssh/.zsh/functions/ssht
Make zathura configuration file aware
[dotfiles.git] / ssh / .zsh / functions / ssht
1 local t="-t 0"
2 ssh -C -t $1 "export LANG=en_US.UTF-8 ; tmux has-session $t && tmux attach-session $t || tmux new-session $t"