summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
927332f)
Too often it will lock me out by repeatadly attempting to connect.
if tmux -L weechat has-session -t weechat 2>/dev/null; then
tmux -L weechat attach
else
if tmux -L weechat has-session -t weechat 2>/dev/null; then
tmux -L weechat attach
else
- autossh -M0 -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach"
+ ssh -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach"