Add a comment about xterm-256color.

This commit is contained in:
David Tomaschik
2019-04-08 10:29:28 +02:00
parent 75d0943548
commit 18d5697827

View File

@@ -16,6 +16,7 @@ export QUOTING_STYLE="literal" # Coreutils quotes
# Fix gnome-terminal
if [ "$TERM" = "xterm" -a "$COLORTERM" = "gnome-terminal" ] ; then
# Requires `ncurses-base` package for terminfo.
export TERM="xterm-256color"
fi