summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
diff options
context:
space:
mode:
authorHauke Stange <stange.hauke@gmail.com>2012-11-27 21:20:56 +0100
committerHauke Stange <stange.hauke@gmail.com>2012-11-27 21:20:56 +0100
commit7fc612bcb991919d561fedc18eeaedfd9c568942 (patch)
treebca932e357366dfe368d3818a4d60b9c9994a929 /themes/agnoster.zsh-theme
parentd750e7d9e3b7d04bafc93211f7db4c607ecea19b (diff)
downloadzsh-7fc612bcb991919d561fedc18eeaedfd9c568942.tar.gz
zsh-7fc612bcb991919d561fedc18eeaedfd9c568942.tar.bz2
zsh-7fc612bcb991919d561fedc18eeaedfd9c568942.zip
removed 'x' from prompt_context() function name
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r--themes/agnoster.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index 84b9649a6..5f83b820f 100644
--- a/themes/agnoster.zsh-theme
+++ b/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) ' \ No newline at end of file
+PROMPT='%{%f%b%k%}$(build_prompt) '