removed 'x' from prompt_context() function name

This commit is contained in:
Hauke Stange 2012-11-27 21:20:56 +01:00
parent d750e7d9e3
commit 7fc612bcb9

View File

@ -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) '