diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-07 10:28:45 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-07 10:28:45 +0300 |
commit | 91b715f18f7f9e9b9bcd921a3387f04e5a3dc7d3 (patch) | |
tree | 344ff2b0be71a8d652abbed365d0f79da5b5248b /config/p10k-lean.zsh | |
parent | 1ec035ead3d72c0767c1c532abfe93ef75087d4b (diff) |
disable or substitute "compatible" icons that cannot be displayed by the stock Menlo on macOS
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 6f21e5e8..09263d0d 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -245,7 +245,7 @@ fi typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true # Show this icon when the current directory is not writable. POWERLEVEL9K_DIR_SHOW_WRITABLE # above must be set to true for this parameter to have effect. - # POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐' # Custom prefix. # typeset -g POWERLEVEL9K_DIR_PREFIX='%fin ' |