mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
fix color info for gnome term
This commit is contained in:
parent
9fdcb0ccb6
commit
bebc3a2bfe
1 changed files with 3 additions and 0 deletions
|
|
@ -2,3 +2,6 @@
|
||||||
GREP_OPTIONS='--color=auto'
|
GREP_OPTIONS='--color=auto'
|
||||||
CLICOLOR=1;
|
CLICOLOR=1;
|
||||||
export GREP_OPTIONS CLICOLOR
|
export GREP_OPTIONS CLICOLOR
|
||||||
|
|
||||||
|
# gnome terminal knows colors
|
||||||
|
[[ "$COLORTERM" == "gnome-terminal" ]] && export TERM=xterm-256color
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue