mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
4 lines
86 B
Text
4 lines
86 B
Text
# add some color
|
|
GREP_OPTIONS='--color=auto'
|
|
CLICOLOR=1;
|
|
export GREP_OPTIONS CLICOLOR
|