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