From: Frank Brehm Date: Wed, 29 Nov 2023 18:18:36 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f6eba46893f88bce1d7576991c1cedc8ece8e577;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- 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)"