Show calendar and date on start of bash session

This commit is contained in:
2021-11-13 22:29:28 +03:00
parent 008ce5754c
commit 1978bccb7e

View File

@@ -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"