diff --git a/bashrc b/bashrc index 9bf5f8a5..d82b601f 100644 --- a/bashrc +++ b/bashrc @@ -118,3 +118,9 @@ source ~/.bash_private_aliases # To see time when bash starts :) date + +# To continue tmux session whenever I SSH (or open tmux) in (required with PuTTY on Symbian S60 Series 3 by me). +if [[ -z "$TMUX" ]]; then + tmux att +fi +