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]\$ '