aboutsummaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-21 16:07:18 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:43:11 -0400
commitc94acf66add58d37197ccfaec9225202853bd772 (patch)
treea102c53618c79026bc845dfdb58175fd15ebd8dc /.zsh
parentAlias vi to vim (diff)
rm or grm?
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index f187a2c..01f7243 100644
--- a/.zshrc
+++ b/.zshrc
@@ -123,7 +123,7 @@ alias mv="mv -iv"
alias ln="ln -v"
# Only delete files on the current file system to avoid removing recursively
# from bind mounts.
-alias rm="rm -iv --one-file-system"
+alias rm="SUBSTS_RM -iv --one-file-system"
alias chown="chown -v"
alias chmod="chmod -v"