diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 22:07:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 22:07:01 +0000 |
commit | 9fc671588e1fb429c5b67ce297f954d9e2fdf0b3 (patch) | |
tree | 3f0611e2cabbe0b0d3f562f1ebaf32ffe3d2e333 /app-shells | |
parent | Initial import, libao driver for PulseAudio. (diff) | |
download | gentoo-2-9fc671588e1fb429c5b67ce297f954d9e2fdf0b3.tar.gz gentoo-2-9fc671588e1fb429c5b67ce297f954d9e2fdf0b3.tar.bz2 gentoo-2-9fc671588e1fb429c5b67ce297f954d9e2fdf0b3.zip |
add some color aliases for ls/grep #140698
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/files/dot-bashrc | 3 |
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) |