diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-11-21 11:18:07 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-11-21 11:18:07 +0000 |
commit | 394c9e07bf11a63bf63738d40af211edd045994f (patch) | |
tree | d494ce5afa554f66ef6b3dfbfd886f7545907c9b /zsh | |
parent | e72b1a557614f30de2915910c55441af985ad2e9 (diff) |
Add alias for rm
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |