Remove space between date and zen in shell
This commit is contained in:
@@ -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 '"'
|
||||
|
||||
Reference in New Issue
Block a user