From f6eba46893f88bce1d7576991c1cedc8ece8e577 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 29 Nov 2023 19:18:36 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- profile.d/fbrehm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/profile.d/fbrehm.sh b/profile.d/fbrehm.sh index 80a6361..403227a 100644 --- a/profile.d/fbrehm.sh +++ b/profile.d/fbrehm.sh @@ -116,6 +116,7 @@ if type -t whoami >/dev/null; then alias pl="ps -fu $(whoami)" fi alias rd='rmdir' +alias ip='ip --color' if [[ "$(type -t colordiff)" = "file" ]] ; then alias diff="$(type -p colordiff)" -- 2.39.5