mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
plugin.zsh: No bold colors in *pinfo functions
This commit is contained in:
parent
337d264b94
commit
4b4139fd48
|
|
@ -43,11 +43,11 @@ command mkdir -p "$ZCONVEY_IO_DIR" "$ZCONVEY_LOCKS_DIR" "$ZCONVEY_NAMES_DIR" "$Z
|
|||
#
|
||||
|
||||
function __zconvey_pinfo() {
|
||||
print -- "\033[1;32m$*\033[0m";
|
||||
print -- "\033[0;32m$*\033[0m";
|
||||
}
|
||||
|
||||
function __zconvey_pinfo2() {
|
||||
print -- "\033[1;33m$*\033[0m";
|
||||
print -- "\033[0;33m$*\033[0m";
|
||||
}
|
||||
|
||||
function __zconvey_resolve_name_to_id() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue