added some more configs

This commit is contained in:
L. Kraven
2024-06-15 09:48:33 -07:00
parent 012f41bede
commit beaec159e9

View File

@@ -46,6 +46,7 @@
local cyan='6'
local white='7'
local gitcolor='84'
local lightergrey='250'
# Left prompt segments.
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
@@ -102,7 +103,7 @@
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
# Blue current directory.
typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue
typeset -g POWERLEVEL9K_DIR_FOREGROUND=$lightergrey
# Context format when root: user@host. The first part white, the rest grey.
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE="%F{$white}%n%f%F{$grey}@%m%f"