Update themes/agnoster.zsh-theme

removed the extra ending 'x' from line 109 to fix "build_prompt:3: command not found: prompt_contextx" error found on my Mac OSX lion.
This commit is contained in:
Rico Chen 2012-11-28 07:45:19 -05:00
commit 7bcf21fbc6

View file

@ -106,7 +106,7 @@ prompt_status() {
build_prompt() {
RETVAL=$?
prompt_status
prompt_contextx
prompt_context
prompt_dir
prompt_git
prompt_end