diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-27 19:29:59 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-27 19:29:59 +0300 |
commit | 6a1ea41b2a7038d818f773e7c3cd9de756028495 (patch) | |
tree | 5f3972c55e44eb855a46bc8f363282d0c9e26f44 /config | |
parent | f87f3129d7180e3a7a1427ca0bcbad0784250fee (diff) |
comments
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-lean.zsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 22d2cbcf..cb2b7e76 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -75,8 +75,9 @@ fi # To enable default icons for all segments, don't define POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION # or set it to '${P9K_VISUAL_IDENTIFIER}'. # - # To remove trailing space from all default icons, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION - # to '${P9K_VISUAL_IDENTIFIER% }'. + # To remove spaces from all default icons, set POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION + # to '${P9K_VISUAL_IDENTIFIER// }'. You'll know that you you need this option if you see extra + # spaces after icons. # # To enable default icons for one segment (e.g., dir), set # POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}'. |