system: Default .bashrc uses '--color=auto' for grep and ls.

Reported by Tobias Geerinckx-Rice <me@tobias.gr>
and Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.

* gnu/system/shadow.scm (default-skeletons)["bashrc"]: Use
'--color=auto' instead of '--color'.
master
Ludovic Courtès 2018-07-04 21:52:23 +02:00
parent 42226063f6
commit 9fd877247d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -178,9 +178,9 @@ then
else
PS1='\\u@\\h \\w\\$ '
fi
alias ls='ls -p --color'
alias ls='ls -p --color=auto'
alias ll='ls -l'
alias grep='grep --color'\n"))
alias grep='grep --color=auto'\n"))
(zlogin (plain-file "zlogin" "\
# Honor system-wide environment variables
source /etc/profile\n"))