mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix up TERM for gnome-terminal. Ugly hack.
This commit is contained in:
@@ -39,6 +39,11 @@ unset GPG_AGENT_INFO_PATH
|
||||
export GPG_TTY=`tty`
|
||||
# End GPG
|
||||
|
||||
# Fix gnome-terminal
|
||||
if [[ $TERM == "xterm" && $COLORTERM == "gnome-terminal" ]] ; then
|
||||
export TERM="xterm-256color"
|
||||
fi
|
||||
|
||||
# dircolors
|
||||
eval `dircolors $HOME/.dircolors`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user