zsh: remove title from prompt
This commit is contained in:
parent
7e2f254204
commit
649b832095
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -187,7 +187,7 @@ export PROMPT_LEAN_COLOR1=78
|
|||
export PROMPT_LEAN_COLOR2=67
|
||||
|
||||
local ret_status="%(?:%B%F{#607D8B]}%%:%B%F{#F4511E}%%)"
|
||||
PROMPT='$(_title_prompt)%F{#455A64}${HOST}:%F{#78909C}%}$(short_pwd)%f$(git_prompt_info)%f${ret_status}%f%b '
|
||||
PROMPT='%F{#455A64}${HOST}:%F{#78909C}%}$(short_pwd)%f$(git_prompt_info)%f${ret_status}%f%b '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" %F{#795548}⟨%F{#8D6E63}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%F{#795548}⟩%f"
|
||||
|
|
Loading…
Reference in a new issue