summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 05:17:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 05:17:58 +0000
commit4498d24c19ee022e3a6ce89d5ecb923ca9679810 (patch)
treeecc0a4404e0ef346bacb075b26a1e7b230a04550
parentAdding grep aliases. (diff)
downloadbase-files-4498d24c19ee022e3a6ce89d5ecb923ca9679810.tar.xz
base-files-4498d24c19ee022e3a6ce89d5ecb923ca9679810.zip
Adding iproute2 aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/bash/profile.d/zz-iproute2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/local/bash/profile.d/zz-iproute2.sh b/debian/local/bash/profile.d/zz-iproute2.sh
new file mode 100644
index 0000000..ec08d7c
--- /dev/null
+++ b/debian/local/bash/profile.d/zz-iproute2.sh
@@ -0,0 +1,4 @@
+# /etc/profile.d/zz-iproute2.sh
+
+alias bridge="bridge --color=auto"
+alias ip="ip --color=auto"