Added quotes on startup
This commit is contained in:
parent
dcd6ddc91d
commit
b7d18128b6
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue