summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:29:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:29:11 +0000
commitac8c13c6c952256c21557ebab0b98bf506d525a9 (patch)
treeb4ff08bde69135f6ea2ac1426670d03fc686823f /debian
parentAdding grep aliases. (diff)
downloadbase-files-ac8c13c6c952256c21557ebab0b98bf506d525a9.tar.xz
base-files-ac8c13c6c952256c21557ebab0b98bf506d525a9.zip
Adding iproute2 aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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"