mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
wizard: underline paths instead of bolding in the success message
This commit is contained in:
parent
99edd12e00
commit
85e31542dd
1 changed files with 3 additions and 3 deletions
|
@ -2093,12 +2093,12 @@ restore_screen
|
|||
if (( !in_z4h_wizard )); then
|
||||
print
|
||||
|
||||
flowing +c New config: "%B${__p9k_cfg_path_u//\\/\\\\}%b."
|
||||
flowing +c New config: "%U${__p9k_cfg_path_u//\\/\\\\}%u."
|
||||
if [[ -n $config_backup ]]; then
|
||||
flowing +c Backup of the old config: "%B${config_backup_u//\\/\\\\}%b."
|
||||
flowing +c Backup of the old config: "%U${config_backup_u//\\/\\\\}%u."
|
||||
fi
|
||||
if [[ -n $zshrc_backup ]]; then
|
||||
flowing +c Backup of "%B${__p9k_zshrc_u//\\/\\\\}%b:" "%B${zshrc_backup_u//\\/\\\\}%b."
|
||||
flowing +c Backup of "%U${__p9k_zshrc_u//\\/\\\\}%u:" "%U${zshrc_backup_u//\\/\\\\}%u."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue