Browse Source

removed 'x' from prompt_context() function name

Hauke Stange 12 years ago
parent
commit
7fc612bcb9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      themes/agnoster.zsh-theme

+ 2 - 2
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) '