Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
semseysandor committed Feb 28, 2024
1 parent bac6936 commit 73276e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
##################
## FORMAT CODES ##
##################

echo TERM: "${TERM:-}"
if [[ -z "${TERM:-}" ]]; then
echo export TERM=xterm-256color
export TERM=xterm-256color
fi
echo TERM: "${TERM}"

# shellcheck disable=SC2155
export TXT_NORM=$(tput sgr0)
Expand Down

0 comments on commit 73276e9

Please sign in to comment.