mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
system: Add 'grep --color' alias in '.bash_profile' skeleton.
* gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias.
This commit is contained in:
parent
a812aff99c
commit
138fe41198
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue