mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add a comment about xterm-256color.
This commit is contained in:
@@ -16,6 +16,7 @@ export QUOTING_STYLE="literal" # Coreutils quotes
|
|||||||
|
|
||||||
# Fix gnome-terminal
|
# Fix gnome-terminal
|
||||||
if [ "$TERM" = "xterm" -a "$COLORTERM" = "gnome-terminal" ] ; then
|
if [ "$TERM" = "xterm" -a "$COLORTERM" = "gnome-terminal" ] ; then
|
||||||
|
# Requires `ncurses-base` package for terminfo.
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user