1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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