mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add support for 256 color gnome terminal
This commit is contained in:
parent
ac5b414a5a
commit
2451f6625e
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ if command -v infocmp >/dev/null 2>&1 ; then
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ "${COLORTERM}" == "gnome-terminal" ]; then
|
||||
TERM="xterm-256color"
|
||||
fi
|
||||
|
||||
TERM=`fix_term $TERM`
|
||||
|
||||
# I am sorry to hear that you are running an
|
||||
|
|
Loading…
Add table
Reference in a new issue