ticker message

This commit is contained in:
Nicole O'Connor 2020-04-21 17:00:10 -07:00
parent 9d889f31af
commit b3cd443ee4
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ if type git &> /dev/null && (( _zeesh_fresh_install != 1 )); then
fi
fi
[[ _zshrc_updates_pending -eq 1 ]] && printf "zeesh: stub updates pending\n"
[[ _zshrc_updates_pending -eq 1 ]] && ticker_message "zeesh: stub updates pending"
fi