add icon for when zshrc updates are pending
This commit is contained in:
@@ -42,3 +42,9 @@ if [[ $_zeeshdev_ignore_updates != 1 ]]; then
|
|||||||
else
|
else
|
||||||
ticker_message "zeesh: skipping updates (fuse blown)"
|
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
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|
||||||
zstyle ':completion:*' auto-description '%BCompleting argument: $F{magenta}%d%f%b'
|
zstyle ':completion:*' auto-description '%BCompleting argument: %F{magenta}%d%f%b'
|
||||||
zstyle ':completion:*' expand prefix suffix
|
zstyle ':completion:*' expand prefix suffix
|
||||||
zstyle ':completion:*' format '%BCompleting: %F{cyan}%d%f%b'
|
zstyle ':completion:*' format '%BCompleting: %F{cyan}%d%f%b'
|
||||||
zstyle ':completion:*' group-name ''
|
zstyle ':completion:*' group-name ''
|
||||||
|
|||||||
Reference in New Issue
Block a user