Поправил тему zsh
This commit is contained in:
parent
b3f074faff
commit
7e3d15704b
1 changed files with 55 additions and 51 deletions
|
@ -27,9 +27,13 @@
|
||||||
[[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return
|
[[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return
|
||||||
|
|
||||||
# Left prompt segments.
|
# Left prompt segments.
|
||||||
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(prompt_char dir vcs)
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(prompt_char dir)
|
||||||
# Right prompt segments.
|
# Right prompt segments.
|
||||||
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
|
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
||||||
|
status
|
||||||
|
command_execution_time
|
||||||
|
background_jobs
|
||||||
|
)
|
||||||
|
|
||||||
# Basic style options that define the overall prompt look.
|
# Basic style options that define the overall prompt look.
|
||||||
typeset -g POWERLEVEL9K_BACKGROUND= # transparent background
|
typeset -g POWERLEVEL9K_BACKGROUND= # transparent background
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue