add icon for when zshrc updates are pending
This commit is contained in:
+7
-1
@@ -41,4 +41,10 @@ if [[ $_zeeshdev_ignore_updates != 1 ]]; then
|
||||
fi
|
||||
else
|
||||
ticker_message "zeesh: skipping updates (fuse blown)"
|
||||
fi
|
||||
fi
|
||||
|
||||
# TODO: Specialized icon function for these one off icons
|
||||
function update_icon () {
|
||||
[[ _zshrc_updates_pending -eq 1 ]] && print "♻️"
|
||||
}
|
||||
rprompt_functions+=update_icon
|
||||
Reference in New Issue
Block a user