mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Fix env syntax.
This commit is contained in:
@@ -15,7 +15,7 @@ export LESS="-MR"
|
||||
export QUOTING_STYLE="literal" # Coreutils quotes
|
||||
|
||||
# Fix gnome-terminal
|
||||
if [ "$TERM" == "xterm" -a "$COLORTERM" == "gnome-terminal" ] ; then
|
||||
if [ "$TERM" = "xterm" -a "$COLORTERM" = "gnome-terminal" ] ; then
|
||||
export TERM="xterm-256color"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user