ticker now properly scales to cols and has a dev option to just be a printf

This commit is contained in:
Nicole O'Connor
2021-08-24 19:10:32 -07:00
parent cfb6228116
commit c520435502
3 changed files with 11 additions and 9 deletions

View File

@@ -3,8 +3,6 @@ source ~/.local/share/zeesh/base/zeesh.zsh
ticker_message "zeesh: bootstrap"
cols=$(stty -a | grep -Po '(?<=columns )\d+' | tr -d "\n")
if [[ $cols -lt 80 ]]; then
if [[ $(uname -o) == "Android" ]]; then
hostemoji="📞"