]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Wed, 29 Nov 2023 18:18:36 +0000 (19:18 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 29 Nov 2023 18:18:36 +0000 (19:18 +0100)
profile.d/fbrehm.sh

index 80a63616e8065e1da6b1526be4ce24d60fba0354..403227a639dda464a7af18db640fc03450ac9b4f 100644 (file)
@@ -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)"