From 70bef7dd4e9c6aeea31a892ce7f692864c298936 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:29:10 +0200 Subject: Adding coreutils aliases. Signed-off-by: Daniel Baumann --- debian/local/bash/profile.d/zz-coreutils.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/local/bash/profile.d/zz-coreutils.sh diff --git a/debian/local/bash/profile.d/zz-coreutils.sh b/debian/local/bash/profile.d/zz-coreutils.sh new file mode 100644 index 0000000..cd4cd81 --- /dev/null +++ b/debian/local/bash/profile.d/zz-coreutils.sh @@ -0,0 +1,12 @@ +# /etc/profile.d/zz-coreutils.sh + +alias cp="cp -i" +alias ln="ln -i" +alias ls="ls --color=auto --hyperlink=auto" +alias mv="mv -i" +alias rm="rm -i --preserve-root --one-file-system" + +alias dd="dd status=progress" + +alias l="ls -lA" +alias ll="ls -l" -- cgit v1.2.3