diff options
Diffstat (limited to 'app-shells/bash/files/dot-bashrc')
-rw-r--r-- | app-shells/bash/files/dot-bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/bash/files/dot-bashrc b/app-shells/bash/files/dot-bashrc index 28b9cc4e1bff..0191f878323c 100644 --- a/app-shells/bash/files/dot-bashrc +++ b/app-shells/bash/files/dot-bashrc @@ -21,7 +21,9 @@ elif [[ -f /etc/DIR_COLORS ]] ; then eval $(dircolors -b /etc/DIR_COLORS) fi -alias ls='ls --color=auto' +export CLICOLOR=1 # For FreeBSD + +#GNU#alias ls='ls --color=auto' alias grep='grep --colour=auto' # Change the window title of X terminals |