Added quotes on startup

This commit is contained in:
Kaholaz 2023-02-20 01:35:45 +01:00
parent dcd6ddc91d
commit b7d18128b6
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

4
.zshrc
View file

@ -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