diff options
author | Hauke Stange <stange.hauke@gmail.com> | 2012-11-27 21:20:56 +0100 |
---|---|---|
committer | Hauke Stange <stange.hauke@gmail.com> | 2012-11-27 21:20:56 +0100 |
commit | 7fc612bcb991919d561fedc18eeaedfd9c568942 (patch) | |
tree | bca932e357366dfe368d3818a4d60b9c9994a929 /themes/agnoster.zsh-theme | |
parent | d750e7d9e3b7d04bafc93211f7db4c607ecea19b (diff) | |
download | zsh-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-theme | 4 |
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) ' |