summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/alias/default2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/alias/default b/etc/alias/default
index a0a0380..eddb57e 100644
--- a/etc/alias/default
+++ b/etc/alias/default
@@ -2,6 +2,8 @@
## To evade them, use '=foo' instead of 'foo'
## vim:ft=zsh
+alias cp='cp -i'
+
# The free/used/total space of encfs type filesystems is broken here
[ $uname = Linux ] && alias df='df --human-readable --local --exclude-type=fuse.encfs' || alias df='df -hl'