mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Fix color
This commit is contained in:
parent
2780fc9c5f
commit
f08f2daa6f
@ -124,7 +124,7 @@ warn () {
|
|||||||
|
|
||||||
# echo_with_color {{{
|
# echo_with_color {{{
|
||||||
echo_with_color () {
|
echo_with_color () {
|
||||||
printf '%b\n' "$1$2" >&2
|
printf '%b\n' "$1$2$Color_off" >&2
|
||||||
}
|
}
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user