change dir background
This commit is contained in:
parent
c3cdaafb72
commit
09cf83b63d
1 changed files with 2 additions and 2 deletions
|
@ -206,9 +206,9 @@
|
||||||
|
|
||||||
##################################[ dir: current directory ]##################################
|
##################################[ dir: current directory ]##################################
|
||||||
# Current directory background color.
|
# Current directory background color.
|
||||||
typeset -g POWERLEVEL9K_DIR_BACKGROUND=062
|
typeset -g POWERLEVEL9K_DIR_BACKGROUND=004
|
||||||
# Default current directory foreground color.
|
# Default current directory foreground color.
|
||||||
typeset -g POWERLEVEL9K_DIR_FOREGROUND=254
|
typeset -g POWERLEVEL9K_DIR_FOREGROUND=250
|
||||||
# If directory is too long, shorten some of its segments to the shortest possible unique
|
# If directory is too long, shorten some of its segments to the shortest possible unique
|
||||||
# prefix. The shortened directory can be tab-completed to the original.
|
# prefix. The shortened directory can be tab-completed to the original.
|
||||||
typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique
|
typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique
|
||||||
|
|
Loading…
Reference in a new issue