@ -1,6 +1,6 @@
set -euo pipefail;
export TERM="${TERM:-linux}"; # Fix term var if launched without term
if [ "$TERM" = "dumb" ]; then
if [ "$TERM" = "dumb" -o "$TERM" = "unknown" ]; then
export TERM=linux;
fi
tput civis; # Hide cursor