Add day-progress to .bashrc

This commit is contained in:
2021-11-28 16:55:03 +03:00
parent 7006fe32ff
commit 8d27036d7e

View File

@@ -49,6 +49,9 @@ set -o vi
cal -m
date +"%d %B %Y - %H:%M:%S, %A"
# Day progress
day-progress
# GitHub zen
githubToken=$(cat "$HOME/.config/github-token.secret")
if [[ "$githubToken" != "" ]] ; then