From 394c9e07bf11a63bf63738d40af211edd045994f Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 21 Nov 2024 11:18:07 +0000 Subject: Add alias for rm --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zshrc') 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" -- cgit v1.2.3