mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-19 05:51:57 +00:00
Merge pull request #243 from trolley/topic/fix_typo
Correct typo when replacing config file
This commit is contained in:
commit
2e18704654
1 changed files with 1 additions and 1 deletions
|
@ -1464,7 +1464,7 @@ clear
|
|||
|
||||
flowing +c Powerlevel10k configuration has been written to %2F$__p9k_cfg_path_u%f.
|
||||
if [[ -n $config_backup ]]; then
|
||||
flowing +c The backup of the previuos version is at %3F$config_backup_u%f.
|
||||
flowing +c The backup of the previous version is at %3F$config_backup_u%f.
|
||||
fi
|
||||
|
||||
if (( write_config )); then
|
||||
|
|
Loading…
Reference in a new issue