mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
comments
This commit is contained in:
parent
57158a4365
commit
38c4df2d51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# 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
|
if [[ -o 'aliases' ]]; then
|
||||||
|
# Temporarily disable aliases.
|
||||||
'builtin' 'unsetopt' 'aliases'
|
'builtin' 'unsetopt' 'aliases'
|
||||||
local p10k_lean_restore_aliases=1
|
local p10k_lean_restore_aliases=1
|
||||||
else
|
else
|
||||||
|
@ -79,7 +79,7 @@ fi
|
||||||
# LOCK_ICON as default icon.
|
# LOCK_ICON as default icon.
|
||||||
#
|
#
|
||||||
# Note: Many default icons cannot be displayed with system fonts. You'll need to install a
|
# 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=
|
typeset -g POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION=
|
||||||
|
|
||||||
# This option doesn't make a difference unless you've enabled default icons for all or some
|
# This option doesn't make a difference unless you've enabled default icons for all or some
|
||||||
|
|
Loading…
Reference in a new issue