diff options
Diffstat (limited to 'shell')
-rwxr-xr-x | shell | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ AUTOSSH="autossh $MONITORING" function window_title { if [ -n "$STY" ]; then screen -p $WINDOW -X title "$*" + elif [ -n "$TMUX" ]; then + tmux rename-window "$*" else if which xtitle &> /dev/null; then xtitle "$*" |