diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-27 16:12:26 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-27 16:12:26 +0300 |
commit | f87f3129d7180e3a7a1427ca0bcbad0784250fee (patch) | |
tree | b60066f277426b106fe84ab04d79d27cb9d631ad /config | |
parent | 9dceab7ab733b4f12486d6f61660ab3fcd51b651 (diff) |
type
Diffstat (limited to 'config')
-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 0bba7f11..f32a667e 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -199,7 +199,7 @@ fi # Enable special styling for non-writable directories. typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=true # Show this icon when the current directory is not writable. Empty for no icon. - # POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐' # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons for different directories. # It must be an array with 3 * N elements. Each triplet consists of: |