From 7a25448ac014ff44c80f01aa2ab7a492cc0d1879 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 20 Nov 2019 14:37:21 +0100 Subject: [PATCH] Add new alias to .bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) 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]\$ '