export 'TERM'

This commit is contained in:
Daniel Sommer 2022-03-29 15:02:22 +02:00
parent 3bb27c3616
commit 7a1a56140d

View file

@ -1,3 +1,5 @@
export TERM=xterm
FONT_BOLD=$(tput bold)
FONT_NORMAL=$(tput sgr0)