~ruther/guix-local

70c27db33edc76424ac680bd2cb8470573ea42fe — Bruno Victal 2 years ago e97e708
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/system/shadow.scm
M gnu/system/shadow.scm => gnu/system/shadow.scm +2 -1
@@ 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