system: Modify bash skeleton to colorize 'ip' output.

* gnu/system/shadow.scm (%default-bashrc): Add an alias for 'ip' that enables
output colorization.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Bruno Victal 2023-10-04 16:36:01 +01:00 committed by Mathieu Othacehe
parent e97e708958
commit 70c27db33e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ fi
alias ls='ls -p --color=auto'
alias ll='ls -l'
alias grep='grep --color=auto'\n"))
alias grep='grep --color=auto'
alias ip='ip -color=auto'\n"))
(define (default-skeletons)
"Return the default skeleton files for /etc/skel. These files are copied by