From ca69f1c8c6046dbd86ff1f09f23fe3c29db2c266 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 5 Nov 2014 01:58:40 +0800 Subject: [PATCH] Add comments about hack (gnome-terminal). --- .bashrc | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 9338ff6..c020341 100644 --- a/.bashrc +++ b/.bashrc @@ -69,6 +69,7 @@ else alias ls="/bin/ls -aF" fi # +# Hack for gnome-terminal if [ "$COLORTERM" == "gnome-terminal" ]; then export TERM=xterm-256color fi diff --git a/.zshrc b/.zshrc index a43126d..62709e2 100644 --- a/.zshrc +++ b/.zshrc @@ -88,6 +88,7 @@ else alias "ls=/bin/ls -aF" fi # +# Hack for gnome-terminal if [[ "$COLORTERM" == "gnome-terminal" ]]; then export TERM=xterm-256color fi