From 1978bccb7eed5c3809989315d2db51fcdeb4fb89 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 13 Nov 2021 22:29:28 +0300 Subject: [PATCH] Show calendar and date on start of bash session --- config/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/.bashrc b/config/.bashrc index b105cbc..b370648 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -72,3 +72,7 @@ export PS1="${_GREEN}${_BOLD}\u@\h${_RESET}:${_BLUE}${_BOLD}\W${_RESET} # " # Vim everywhere set -o vi + +# Show calendar and date on start +cal -m +date +"%d %B %Y - %H:%M:%S, %A"