remove light

This commit is contained in:
hophacker 2021-02-21 16:53:21 +08:00
parent e05b6b911d
commit 1be0474489

View File

@ -62,7 +62,7 @@ function prompt_skwp_setup {
zstyle ':prezto:module:git:info:keys' format 'prompt' '(%b%d%a%m%u)'
PROMPT="${__PROMPT_SKWP_COLORS[3]}%n%f ${__PROMPT_SKWP_COLORS[5]}%~%f "'$git_info[prompt]'"$ "
[[ "$KCONTEXT" != "" ]] && PROMPT="%F{blue}$KCONTEXT💡 $PROMPT"
[[ "$KCONTEXT" != "" ]] && PROMPT="%F{blue}$KCONTEXT $PROMPT"
RPROMPT='%F{blue}'
}