mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
Minor messages update.I
This commit is contained in:
parent
813b0b5d01
commit
0c14b210d5
|
|
@ -390,7 +390,7 @@
|
|||
local count=5 tpe="$1" ice
|
||||
ice="${ICE[$tpe]}"
|
||||
[[ $tpe = "atpull" && $ice = "%atclone" ]] && ice="${ICE[atclone]}"
|
||||
ice="{b}{ice}$tpe{ehi}:{rst}{meta2}${ice//(#b)(\{[a-z0-9]##\})/\\$match[1]}"
|
||||
ice="{b}{ice}$tpe{ehi}:{rst}${ice//(#b)(\{[a-z0-9…–_-]##\})/\\$match[1]}"
|
||||
+zinit-message -n "{hi}Running $ice{rst}{hi} ice in...{rst} "
|
||||
while (( -- count + 1 )) {
|
||||
+zinit-message -n -- "{b}{error}"$(( count + 1 ))"{…}{rst}"
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ if [[ -z $SOURCED && ( ${+terminfo} -eq 1 && -n ${terminfo[colors]} ) || \
|
|||
col-… "${${${(M)LANG:#*UTF-8*}:+…}:-...}" col-ndsh "${${${(M)LANG:#*UTF-8*}:+–}:-}"
|
||||
col-mdsh "${${${(M)LANG:#*UTF-8*}:+–}:--}" col-mmdsh "${${${(M)LANG:#*UTF-8*}:+――}:--}"
|
||||
col--… "${${${(M)LANG:#*UTF-8*}:+⋯⋯}:-···}" col-lr "${${${(M)LANG:#*UTF-8*}:+↔}:-"«-»"}"
|
||||
col-↔ ${${${(M)LANG:#*UTF-8*}:+$'\e[38;5;82m↔'}:-$'\e[38;5;82m<->'}
|
||||
col-↔ ${${${(M)LANG:#*UTF-8*}:+$'\e[38;5;82m↔'}:-$'\e[38;5;82m«-»'}
|
||||
col-rst $'\e[0m' col-b $'\e[1m' col-nb $'\e[22m'
|
||||
col-u $'\e[4m' col-it $'\e[3m' col-st $'\e[9m'
|
||||
col-nu $'\e[24m' col-nit $'\e[23m' col-nst $'\e[29m'
|
||||
|
|
|
|||
Loading…
Reference in a new issue