summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index cf09c44..1dd0b5d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -38,3 +38,5 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
eval $(thefuck --alias)
eval "$(starship init zsh)"
+
+alias rm="rm -I"