diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 11:55:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 11:55:41 +0000 |
commit | 40a1549469a6a67cabc43d171cc502573d98703f (patch) | |
tree | 7486f847abd1263fb0253a92c6b0cfbe597bf648 /debian/local/bash/profile.d | |
parent | Adding grep aliases. (diff) | |
download | base-files-40a1549469a6a67cabc43d171cc502573d98703f.tar.xz base-files-40a1549469a6a67cabc43d171cc502573d98703f.zip |
Adding iproute2 aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/bash/profile.d')
-rw-r--r-- | debian/local/bash/profile.d/zz-iproute2.sh | 4 |
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" |