aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/rm.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before/rm.zsh')
-rw-r--r--.zsh.before/rm.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh.before/rm.zsh b/.zsh.before/rm.zsh
new file mode 100644
index 0000000..26508a3
--- /dev/null
+++ b/.zsh.before/rm.zsh
@@ -0,0 +1,2 @@
+# Override rm -i alias which makes rm prompt for every action
+alias rm='nocorrect rm'