diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-02 18:22:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-02 18:22:15 +0000 |
commit | b24de5cc4eadb80c4ec6fe9427587a99bd20cefa (patch) | |
tree | 15abaaf29880509d12178afeda59862b0e997025 /app-shells/bash/files | |
parent | Stable on sparc (diff) | |
download | gentoo-2-b24de5cc4eadb80c4ec6fe9427587a99bd20cefa.tar.gz gentoo-2-b24de5cc4eadb80c4ec6fe9427587a99bd20cefa.tar.bz2 gentoo-2-b24de5cc4eadb80c4ec6fe9427587a99bd20cefa.zip |
simplify the userland stuff and add back in ls/grep aliases in bashrc
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc index 3350e3dcbdc7..dedbbf5e5a99 100644 --- a/app-shells/bash/files/bashrc +++ b/app-shells/bash/files/bashrc @@ -45,6 +45,9 @@ if ${use_color} ; then else PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' fi + + #GNU#@alias ls='ls --color=auto' + alias grep='grep --colour=auto' else if [[ ${EUID} == 0 ]] ; then # show root@ when we don't have colors |