removed 'x' from prompt_context() function name

master
Hauke Stange 14 years ago
parent d750e7d9e3
commit 7fc612bcb9
  1. 4
      themes/agnoster.zsh-theme

@ -106,10 +106,10 @@ prompt_status() {
build_prompt() {
RETVAL=$?
prompt_status
prompt_contextx
prompt_context
prompt_dir
prompt_git
prompt_end
}
PROMPT='%{%f%b%k%}$(build_prompt) '
PROMPT='%{%f%b%k%}$(build_prompt) '

Loading…
Cancel
Save