diff options
author | Isaac Wolkerstorfer | 2012-09-25 18:39:26 -0500 |
---|---|---|
committer | Isaac Wolkerstorfer | 2012-09-25 18:39:26 -0500 |
commit | f96ea53a6b1a1fabcc724fb17ae27aa9605ec29e (patch) | |
tree | 56c416e357a2ce6d4e8b552a656beeced6e2691a | |
parent | 36f8f55e71aa4dcd5d668a7061330d88a4a02fc4 (diff) | |
parent | 3a16c5177c564defda80c56aaaa785024abd491d (diff) | |
download | zsh-prompt-agnoster-f96ea53a6b1a1fabcc724fb17ae27aa9605ec29e.tar.gz zsh-prompt-agnoster-f96ea53a6b1a1fabcc724fb17ae27aa9605ec29e.tar.bz2 zsh-prompt-agnoster-f96ea53a6b1a1fabcc724fb17ae27aa9605ec29e.zip |
Merge branch 'master' of gist.github.com:3712874
* 'master' of gist.github.com:3712874:
3a16c5177c564defda80c56aaaa785024abd491d
40f851bb9204488227dcaa7fe1d7433be72ee5a1
b4913c9bc4983b03e349372aa51f6e2575a94783
8932da1afd888626eb77631a116facb792b0f02a
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,12 @@ A ZSH theme optimized for people who use: - Git - Unicode-compatible fonts and terminals (I use iTerm2 + Menlo) +# Compatibility + +To test if your terminal and font support it, check that all the necessary characters are supported by copying the following command to your terminal: `echo "⮀ ± ⭠ ➦ ✔ ✘ ⚡"`. The result should look like this: + + + ## What does it show? - Success (✔) or failure (✘) of previous command @@ -22,3 +28,9 @@ A ZSH theme optimized for people who use: ## Future Work I don't want to clutter it up too much, but I am toying with the idea of adding RVM (ruby version) and n (node.js version) display. + +It's currently hideously slow, especially inside a git repo. I guess it's not overly so for comparable themes, but it bugs me, and I'd love to hear ideas about how to improve the performance. + +Would be nice for the code to be a bit more sane and re-usable. Something to easily append a section with a given FG/BG, and add the correct opening and closing. + +Apparently the unicode characters don't display correctly on all systems. It would be nice to be able to say "this font will make it work, always". But what font?
\ No newline at end of file |