From 2ba06205c49570a8463e30c142998f13d5698cf0 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 7 Nov 2018 13:31:14 +0100 Subject: [PATCH] Remove rmd alias --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index 842e027..8cebe08 100644 --- a/bashrc +++ b/bashrc @@ -1,5 +1,4 @@ alias hello='echo "Hello :)"' -alias rmd='rm --recursive' alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000' alias w='watch -t -d -n 1' alias freq='watch -t -d -n 1 "cpufreq-info -c 0 -f; cpufreq-info -c 1 -f"'