diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-17 09:27:28 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-17 09:28:02 +0300 |
commit | 6c83ace41ce41a362b68a58be45ce29164da8fa5 (patch) | |
tree | ef69dc07787967cbb76a78781c758fe56897c916 /config | |
parent | b62a164998f305dde318045cf53626906402d2d2 (diff) |
uncomment POWERLEVEL9K_DIR_BACKGROUND
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-rainbow.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 327c99c5..b946fea6 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -201,7 +201,7 @@ ##################################[ dir: current directory ]################################## # Current directory background color. - # typeset -g POWERLEVEL9K_DIR_BACKGROUND=4 + typeset -g POWERLEVEL9K_DIR_BACKGROUND=4 # Default current directory foreground color. typeset -g POWERLEVEL9K_DIR_FOREGROUND=254 # If directory is too long, shorten some of its segments to the shortest possible unique |