aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 9556184..c3dee24 100644
--- a/.zshrc
+++ b/.zshrc
@@ -131,7 +131,7 @@ if [[ `uname` = "Linux" ]]; then
alias ln="ln -v"
# Only delete files on the current file system to avoid removing recursively
# from bind mounts.
- alias rm="SUBSTS_RM -iv --one-file-system"
+ alias rm="rm -iv --one-file-system"
alias chown="chown -v"
alias chmod="chmod -v"