summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2024-11-21 11:18:07 +0000
committerMichaël Ball <michael.ball@krotosaudio.com>2024-11-21 11:18:07 +0000
commit394c9e07bf11a63bf63738d40af211edd045994f (patch)
treed494ce5afa554f66ef6b3dfbfd886f7545907c9b /zsh/.zshrc
parente72b1a557614f30de2915910c55441af985ad2e9 (diff)
Add alias for rm
Diffstat (limited to 'zsh/.zshrc')
-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"