system: Add 'grep --color' alias in '.bash_profile' skeleton.

* gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias.
This commit is contained in:
Ludovic Courtès 2017-07-27 14:44:28 +02:00
parent a812aff99c
commit 138fe41198
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -174,7 +174,8 @@ (define copy-guile-wm
PS1='\\u@\\h \\w\\$ '
fi
alias ls='ls -p --color'
alias ll='ls -l'\n"))
alias ll='ls -l'
alias grep='grep --color'\n"))
(zlogin (plain-file "zlogin" "\
# Honor system-wide environment variables
source /etc/profile\n"))