diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-20 15:48:42 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-20 15:48:42 +0300 |
commit | 38c4df2d5198344eb6a410931c90e2d26182b2d5 (patch) | |
tree | 00dfbfb0d2e33db873a8ebbe68d4ce0090eb03ff | |
parent | 57158a436571dda3071a359996081a318b58a7fd (diff) |
comments
-rw-r--r-- | config/p10k-lean.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index e48e07d8..40481371 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -6,8 +6,8 @@ # # for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done -# Temporarily disable aliases. if [[ -o 'aliases' ]]; then + # Temporarily disable aliases. 'builtin' 'unsetopt' 'aliases' local p10k_lean_restore_aliases=1 else @@ -79,7 +79,7 @@ fi # LOCK_ICON as default icon. # # Note: Many default icons cannot be displayed with system fonts. You'll need to install a - # powerline font to use them. + # Powerline font to use them. typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION= # This option doesn't make a difference unless you've enabled default icons for all or some |