From 559d1021bf687eb5de1a7a418e8eed5db2147cfb Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 9 Nov 2016 13:17:17 +1100 Subject: [PATCH] bash: remove 'rm -i' alias --- .bash/interactive | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash/interactive b/.bash/interactive index 6ca1cac..393a100 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -162,7 +162,6 @@ fi alias f='find . -iname' alias webshare='python3 -mhttp.server' -alias rm='rm -i' alias less='less -R' if echo x | grep -q --color=auto x &> /dev/null; then alias grep='grep --color=auto' -- 2.39.2