summaryrefslogtreecommitdiffstats
path: root/debian/local/bash/profile.d/zz-coreutils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/bash/profile.d/zz-coreutils.sh')
-rw-r--r--debian/local/bash/profile.d/zz-coreutils.sh12
1 files changed, 12 insertions, 0 deletions
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"