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"