diff options
author | Isaac Wolkerstorfer | 2012-09-25 19:05:22 -0500 |
---|---|---|
committer | Isaac Wolkerstorfer | 2012-09-25 19:05:22 -0500 |
commit | 7cd2cf5a54cf9eeb6a201ad41a8c11d7826d3cb4 (patch) | |
tree | b368a319e05486d69fd11796f956d8b401e4dfb2 | |
parent | 7b8471ab0fee98ecceb399a0523737e4782b6cda (diff) | |
parent | e8f0fe7ff0bfb52705b1bc42f236cc759325bd64 (diff) | |
download | zsh-prompt-agnoster-7cd2cf5a54cf9eeb6a201ad41a8c11d7826d3cb4.tar.gz zsh-prompt-agnoster-7cd2cf5a54cf9eeb6a201ad41a8c11d7826d3cb4.tar.bz2 zsh-prompt-agnoster-7cd2cf5a54cf9eeb6a201ad41a8c11d7826d3cb4.zip |
Merge branch 'master' of gist.github.com:3712874
* 'master' of gist.github.com:3712874:
e8f0fe7ff0bfb52705b1bc42f236cc759325bd64
3e46d47188b5ca32ec3a92dc15df6a85e7cbb6d0
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 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 @@ -25,7 +27,7 @@ To test if your terminal and font support it, check that all the necessary chara - Working directory - Elevated (root) privileges (⚡) - + ## Future Work |