diff options
author | Robby Russell <robby@planetargon.com> | 2012-11-30 05:37:35 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-11-30 05:37:35 -0800 |
commit | 067178d877c2dc1dae84d60d370cf68f24cbd141 (patch) | |
tree | 44b1846dbc3c4b6cfa64b24c3d1eb963a16f9f2c | |
parent | d750e7d9e3b7d04bafc93211f7db4c607ecea19b (diff) | |
parent | 263107ed7faa7df15e70f5592c352021e74c6958 (diff) | |
download | zsh-067178d877c2dc1dae84d60d370cf68f24cbd141.tar.gz zsh-067178d877c2dc1dae84d60d370cf68f24cbd141.tar.bz2 zsh-067178d877c2dc1dae84d60d370cf68f24cbd141.zip |
Merge pull request #1446 from suzaku/patch-1
fix typo in theme
-rw-r--r-- | themes/agnoster.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 84b9649a6..2e390640c 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -106,7 +106,7 @@ prompt_status() { build_prompt() { RETVAL=$? prompt_status - prompt_contextx + prompt_context prompt_dir prompt_git prompt_end |