summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-01 16:53:29 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-01 16:53:29 +0200
commit25bc9f8e53a4c4b8dc6b8fafa91f469e8d642ceb (patch)
treea43caa411178436aca32da3aa038377ee244711c /etc
parente3532688d36122b088e52f4200f8bff46203759c (diff)
etc/alias/default: Added cp -i
Diffstat (limited to 'etc')
-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'