From b0a43fb128e90e201c1ff5d1c52a09ef22c933af Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 6 Nov 2022 14:27:35 +0100 Subject: [PATCH] bundles/users: enable color output in `ipb` --- bundles/users/files/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/users/files/bashrc b/bundles/users/files/bashrc index f8ba21e..0a21add 100644 --- a/bundles/users/files/bashrc +++ b/bundles/users/files/bashrc @@ -35,7 +35,7 @@ export LESS="-iRS -# 2" export EDITOR=vim export VISUAL=vim -alias ipb='ip -brief' +alias ipb='ip -brief --color=auto' alias l='ls -lAh' alias s='sudo -i' alias v='vim -p'