From: Oleg Broytman Date: Sat, 26 Nov 2022 22:16:01 +0000 (+0300) Subject: .shellrc: Run `/bin/rm` instead of just `rm` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=1515ec7adf8ed46aab964c8ffcd8b677b76c5104;hp=1515ec7adf8ed46aab964c8ffcd8b677b76c5104;p=dotfiles.git .shellrc: Run `/bin/rm` instead of just `rm` On some systems `rm` is an interactive alias that runs `rm -i`. ---