provides a really easy to use logging library with notifications for pushbullet and pushover
colorize various tools like tail head cat
also provides a color library
#ewarn "this is a warning"
#eerror "this is an error"
#einfo "this is an information"
#edebug "debugging"
#ecrit "CRITICAL MESSAGE!"
#edumpvar HOSTNAME
#eecho "This is an echo"
#esilent "This is silent"
zinit wait lucid for p1r473/zsh-color-logging
zplug "p1r473/zsh-color-logging"
antigen bundle p1r473/zsh-color-logging
git clone https://github.com/p1r473/zsh-color-logging.git $ZSH_CUSTOM/plugins/zsh-color-logging
plugins=(
#...
zsh-color-logging
)
git clone https://github.com/p1r473/zsh-color-logging $ZSH_CUSTOM/plugins
source $ZSH_CUSTOM/plugins/zsh-colorize/zsh-color-logging/zsh-color-logging.plugin.zsh