Fix a comment.
This commit is contained in:
parent
6a1ba01ec1
commit
32900fb177
1 changed files with 1 additions and 2 deletions
3
.zshrc
3
.zshrc
|
@ -38,8 +38,7 @@ if [ -z "$TMUX" ] && [ -n "$SSH_CONNECTION" ]; then
|
|||
tmux attach -t Default || tmux new -s Default
|
||||
fi
|
||||
|
||||
|
||||
# Attach to a tmux session on startup
|
||||
# Show the weather and a quote on startup
|
||||
if [ -z "$TMUX" ] && [[ "$HAS_NETWORK" == 1 ]]; then
|
||||
curl -s 'wttr.in/Trondheim?format=%l:+%c%t\n' --max-time 0.5 2> /dev/null
|
||||
echo " ---"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue