diff --git a/myshell_load_defaults b/myshell_load_defaults index 60e6761..e30916f 100644 --- a/myshell_load_defaults +++ b/myshell_load_defaults @@ -14,7 +14,7 @@ case $(tty) in echo "Run in TTY -> set autologout \$TMOUT=$TMOUT" >&2 ;; *) - echo "Run in other terminal - set no autologout" >&2 + echo "Run in graphical terminal - set no autologout" >&2 unset TMOUT ;; esac