Remove space between date and zen in shell

This commit is contained in:
2021-11-16 20:53:42 +03:00
parent 7a049c7238
commit 73401d5dcc

View File

@@ -83,7 +83,6 @@ date +"%d %B %Y - %H:%M:%S, %A"
# GitHub zen
githubToken=$(cat "$HOME/.config/github-token.secret")
if [[ "$githubToken" != "" ]] ; then
echo
echo -n 'Zen: "'
curl -H "Authorization: token $githubToken" https://api.github.com/zen
echo '"'