diff options
author | Zura Kurtanidze <32247216+zura12337@users.noreply.github.com> | 2021-11-04 01:46:59 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-11-04 09:16:12 +0300 |
commit | 6520323fdbc02190528ff3ded57361088d53cdfb (patch) | |
tree | fdab212fbe0cbfbdb2059b8f7b3dee84efe2d3e8 | |
parent | d281e595b3ddf2f5ccefb0cd7bfa475222566186 (diff) |
Delete duplicate word "using using"
Hi, I removed duplicate word in the default configuration file
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index e58108bd..5daf34f3 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -140,7 +140,7 @@ # Filler between left and right prompt on the first prompt line. You can set it to ' ', '·' or # '─'. The last two make it easier to see the alignment between left and right prompt and to # separate prompt from command output. You might want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false - # for more compact prompt if using using this option. + # for more compact prompt if using this option. typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND= |