diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-02 14:36:40 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-02 14:36:40 +0300 |
commit | 459af1f2382ff53214bf9e4fc598b4e36fb8f8df (patch) | |
tree | c07e500a02b2e70806f8bc7739a2fd39295e9953 /internal/wizard.zsh | |
parent | f14ffcff2c959841cc361cdb671099e011cae058 (diff) |
allow dir styling based on the pair: $PWD and whether it's writable
fixes #678
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index b1a9e74b..c33f6a11 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1641,8 +1641,10 @@ function generate_config() { fi if [[ $POWERLEVEL9K_MODE == (compatible|powerline) ]]; then - uncomment 'typeset -g POWERLEVEL9K_DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION' - sub DIR_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION "'∅'" + uncomment 'typeset -g POWERLEVEL9K_LOCK_ICON' + sub LOCK_ICON "'∅'" + uncomment 'typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION' + sub NORDVPN_VISUAL_IDENTIFIER_EXPANSION "'nord'" uncomment 'typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION' sub RANGER_VISUAL_IDENTIFIER_EXPANSION "'▲'" uncomment 'typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION' |