diff options
author | Isaac Wolkerstorfer | 2012-09-25 17:04:21 -0700 |
---|---|---|
committer | Isaac Wolkerstorfer | 2012-09-25 17:04:21 -0700 |
commit | e8f0fe7ff0bfb52705b1bc42f236cc759325bd64 (patch) | |
tree | fe1b065c7f6a7c7046ff05b9cb2c3f9d50311b45 | |
parent | 3e46d47188b5ca32ec3a92dc15df6a85e7cbb6d0 (diff) | |
download | zsh-prompt-agnoster-e8f0fe7ff0bfb52705b1bc42f236cc759325bd64.tar.gz zsh-prompt-agnoster-e8f0fe7ff0bfb52705b1bc42f236cc759325bd64.tar.bz2 zsh-prompt-agnoster-e8f0fe7ff0bfb52705b1bc42f236cc759325bd64.zip |
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,6 +6,8 @@ A ZSH theme optimized for people who use: - Git - Unicode-compatible fonts and terminals (I use iTerm2 + Menlo) +For Mac users, I highly recommend iTerm 2 + Solarized Dark + # Compatibility **NOTE:** In all likelihood, you will need to install a [Powerline-patched font](https://gist.github.com/1595572) for this theme to render correctly. @@ -16,8 +18,8 @@ To test if your terminal and font support it, check that all the necessary chara ## What does it show? -- Success (✔) or failure (✘) of previous command -- Hostname +- If the previous command failed (✘) +- User @ Hostname (if user is not DEFAULT_USER, which can then be set in your profile) - Git status - Branch (⭠) or detached head (➦) - Current branch / SHA1 in detached head state |