mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
avoid printing grey text without knowing it's visible on the user's background
This commit is contained in:
parent
224b62fbe4
commit
da7d986333
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ function write_zshrc() {
|
|||
print -P ""
|
||||
print -P "The following lines have been appended to %4F$__p9k_zshrc_u%f:"
|
||||
print -P ""
|
||||
print -lP -- ' %240F'${^comments}'%f' " %2Fsource%f $__p9k_cfg_path_u"
|
||||
print -lP -- ' '${^comments} " %2Fsource%f %B$__p9k_cfg_path_u%b"
|
||||
}
|
||||
|
||||
_p9k_can_configure || return
|
||||
|
|
Loading…
Reference in a new issue