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
|
# GitHub zen
|
||||||
githubToken=$(cat "$HOME/.config/github-token.secret")
|
githubToken=$(cat "$HOME/.config/github-token.secret")
|
||||||
if [[ "$githubToken" != "" ]] ; then
|
if [[ "$githubToken" != "" ]] ; then
|
||||||
echo
|
|
||||||
echo -n 'Zen: "'
|
echo -n 'Zen: "'
|
||||||
curl -H "Authorization: token $githubToken" https://api.github.com/zen
|
curl -H "Authorization: token $githubToken" https://api.github.com/zen
|
||||||
echo '"'
|
echo '"'
|
||||||
|
|||||||
Reference in New Issue
Block a user