Add new alias to .bashrc

This commit is contained in:
Jan Philipp Timme 2019-11-20 14:37:21 +01:00
parent 626a18caf4
commit 7a25448ac0
1 changed files with 1 additions and 0 deletions

View File

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