From 73401d5dcc885d42570ea23c19311d2b59f9c397 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 16 Nov 2021 20:53:42 +0300 Subject: [PATCH] Remove space between date and zen in shell --- config/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/.bashrc b/config/.bashrc index 1a00b27..b2e5dae 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -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 '"'