From 6ff0a55a9fda643fac5a7512da6611ec10fff157 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Thu, 25 Feb 2021 15:59:00 +0100 Subject: [PATCH] Add important alias to prevent my fuckups --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index e208f56..1c2c409 100644 --- a/.bashrc +++ b/.bashrc @@ -14,6 +14,7 @@ alias digs='dig +short' alias diff='diff --color=auto' alias tcptest='ncat -v -w 1' alias clock='while true; do tput clear; date +"%H : %M : %S" | figlet -W -c -t; sleep 1; done' +alias rm='rm -i' PS1='[\u@\h \W]\$ '