summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/files/dot-bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-shells/bash/files/dot-bashrc b/app-shells/bash/files/dot-bashrc
index 0df545833071..a85c857c46bf 100644
--- a/app-shells/bash/files/dot-bashrc
+++ b/app-shells/bash/files/dot-bashrc
@@ -21,6 +21,9 @@ else
eval `dircolors -b /etc/DIR_COLORS`
fi
+alias ls='ls --color=auto'
+alias grep='grep --colour=auto'
+
# Change the window title of X terminals
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome)