mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-04 20:47:43 +08:00
removed 'x' from prompt_context() function name
This commit is contained in:
parent
d750e7d9e3
commit
7fc612bcb9
@ -106,10 +106,10 @@ prompt_status() {
|
|||||||
build_prompt() {
|
build_prompt() {
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
prompt_status
|
prompt_status
|
||||||
prompt_contextx
|
prompt_context
|
||||||
prompt_dir
|
prompt_dir
|
||||||
prompt_git
|
prompt_git
|
||||||
prompt_end
|
prompt_end
|
||||||
}
|
}
|
||||||
|
|
||||||
PROMPT='%{%f%b%k%}$(build_prompt) '
|
PROMPT='%{%f%b%k%}$(build_prompt) '
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user