diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-08-07 22:58:32 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-08-07 22:58:32 +0300 |
commit | 02506893a92f3861c3f62e5aedf4876dd1b9672f (patch) | |
tree | 121e9d9f7d35fd7c217b818c299d986c7ba9b639 /powerlevel9k.zsh-theme | |
parent | 0acede2fdc32bd39d7d53e0d9927a3856cfe4527 (diff) |
Remove duplicate variable
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 92917345..27f5dc4e 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -278,11 +278,6 @@ right_prompt_segment() { # Prompt Segment Definitions ################################################################ -# 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 -# right-left but reads the opposite, this isn't necessary for the other side. -CURRENT_BG='NONE' - ################################################################ # Anaconda Environment prompt_anaconda() { |