summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 018f569..0154b6f 100644
--- a/bashrc
+++ b/bashrc
@@ -13,8 +13,8 @@ alias p='cd -'
# Tell to df to don't see the supermount filesystems.
alias df='df -x supermount'
-#
-[ -z $DISPLAY ] || . /etc/profile.d/color_ls.sh
+# define colors for "ls" (ls will use it oinly if the terminal allows it)
+. /etc/profile.d/color_ls.sh
# Source global definitions
if [ -f /etc/bashrc ]; then