summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2012-07-24MergeJames Smith
2012-07-24delete os specific disable-patternsclutton
2012-07-24improvement: define PROMPT_HOST once on startupclutton
2012-07-19Added avit themeAndrew Vit
2012-07-17merge from upstream masterHenry Yan
2012-07-16modify themes/jnrowe.zsh-theme, add host directive "Ξ (mbsd) ~ →"clutton
2012-07-11Merge pull request #1200 from andyfleming/masterRobby Russell
New theme af-magic.zsh-theme
2012-07-03Fix the rvm gemset right prompt:wqjais
2012-07-03Add new theme : jaischeemajaischeema
2012-06-28Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-25Merge remote-tracking branch 'upstream/master'Sébastien
2012-06-22Merge pull request #1182 from jugyo/patch-1Robby Russell
correct the ruby version label of the 'nebirhos' theme for rbenv
2012-06-22Merge pull request #1159 from kristi/masterRobby Russell
Steef theme - Improved git untracked file detection
2012-06-21correct the ruby version label for rbenvjugyo
2012-06-20theme cleanupAndy Fleming
2012-06-20added first version of my theme af-magicAndy Fleming
2012-06-18Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-13add --directory flagKristi
2012-06-13Use grep to detect if untracked files exist instead of storing all the ↵Kristi
output of ls-files.
2012-06-12fix a very minor bug with colors of parenthesis in the terminalparty themethackoun
2012-05-23fino-time themeAlexander Berezovsky
2012-04-12Merge remote branch 'upstream/master'Sébastien M-B
Conflicts: lib/completion.zsh
2012-04-07Add Theme "itchy"Daniel Bayerlein
2012-04-04small changes to make it prettierCorey Woodcox
2012-04-04add the half-life theme based on steeef and lambdaCorey Woodcox
2012-03-23[themes/josh] Use $(current_branch) in promptPiotr Solnica
2012-03-07delete time filedHenry Yan
2012-03-06fix gnzh theme to detect local rvm installationsWilliam Ting
2012-03-06change color of @ to cyanHenry Yan
2012-03-06add hostname behind username, example: henryyan [02:07:20] ~/.oh-my-zsh ↵Henry Yan
git:(master) ✗
2012-03-05move kafeitu.zsh-theme to themes folderHenry Yan
2012-02-25clean up rbenv support for 'fino' themeMax Masnick
2012-02-25merge changes from offical repoMax Masnick
2012-02-21[JM] Removed LSCOLOR Declaration for Wider SupportJeff McClure
2012-02-20Added New Theme: sonicradish (256 colors)Jeff McClure
Forked from muse theme and inspired by mustang vim theme Dark Background and Solarized Dark look great [ tested on OS X ] Screenshot: https://img.skitch.com/20120221-eb1cxey5aun84tb1ak7fm376k.png muse: https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/muse.zsh-theme mustang: http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484http://hcalves.deviantart.com/art/Mustang-Vim-Colorscheme-98974484
2012-02-20Added a peepcode themeJohn Barker
2012-02-19change the color of arrow when the command line return an errorRach Belaid
2012-02-17blinks theme works with light and dark SolarizedDouglas Creager
The blinks theme now looks good if you're using the light version of the Solarized color scheme, too. It still defaults to the dark version, so it should work as before if you don't override things. If you're using the light version, just set SOLARIZED_THEME to "light" before sourcing oh-my-zsh.
2012-02-12handle case where ~/.rvm/bin/rvm-prompt is not in path, so "which" can't find itBrent Faulkner
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2012-01-16Correct color and font issues on UbuntuAdam Lindberg
2011-12-31add ability to set custom prefix for cloud themeMark Drago
2011-12-29correctly handle path names with spacesPhilip Hofstetter
2011-12-29Mortal Scumbag ThemeMichael Andersen
2011-12-28make pygmalion theme use two lines when neededPhilip Hofstetter
if the length of the prompt (excluding color escapes) exceeds 40 characters, emit the arrow prompt on its own line This helps a lot on smaller terminals
2011-12-26Merge pull request #776 from mytechnix/masterRobby Russell
Added examples aliases in ZSH config template and new theme.
2011-12-26Added example aliases in ZSH template. Added a new theme.Michael Holachek
Example aliases allow for an easier way to open ZSH config file/folder in Textmate. New theme is mh.zsh-theme.
2011-12-26Black on white theme inspired by Sam Stephenson's terminal screenshot on ↵Tate Johnson
https://github.com/sstephenson/rbenv
2011-12-19Merge pull request #759 from Zhann/masterRobby Russell
show gem set next to ruby version
2011-12-19show gemset next to ruby versionSteven De Coeyer