From b7d18128b6888f0fa651ad9cd1b4087641ad9d91 Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Mon, 20 Feb 2023 01:35:45 +0100 Subject: [PATCH] Added quotes on startup --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 22a855c..2ea8ad0 100644 --- a/.zshrc +++ b/.zshrc @@ -48,7 +48,9 @@ fi # Attach to a tmux session on startup if [ -z "$TMUX" ]; then - curl -s 'wttr.in/Trondheim?format=%l:+%c%t\n' + curl -s 'wttr.in/Trondheim?format=%l:+%c%t\n' --connect-timeout 0.5 2> /dev/null + echo " ---" + fortune -s fi source ~/.profile