diff --git a/.bashrc b/.bashrc index 4f20047..e208f56 100644 --- a/.bashrc +++ b/.bashrc @@ -13,6 +13,7 @@ alias grep='grep --color=auto' 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' PS1='[\u@\h \W]\$ '