mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 21:40:08 +00:00
Variable scoping.
This commit is contained in:
parent
77024543f2
commit
6f22892fb7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
# The `CURRENT_BG` variable is used to remember what the last BG color used was
|
# The `CURRENT_BG` variable is used to remember what the last BG color used was
|
||||||
# when building the left-hand prompt. Because the RPROMPT is created from
|
# when building the left-hand prompt. Because the RPROMPT is created from
|
||||||
# right-left but reads the opposite, this isn't necessary for the other side.
|
# right-left but reads the opposite, this isn't necessary for the other side.
|
||||||
CURRENT_BG='NONE'
|
local CURRENT_BG='NONE'
|
||||||
|
|
||||||
# These characters require the Powerline fonts to work properly. If see boxes or
|
# These characters require the Powerline fonts to work properly. If see boxes or
|
||||||
# bizarre characters below, your fonts are not correctly installed.
|
# bizarre characters below, your fonts are not correctly installed.
|
||||||
|
|
Loading…
Reference in a new issue