Commit graph

460 commits

Author SHA1 Message Date
Andy Hayden
40fef3eae2 terminal party show exit status with color 2014-11-28 14:37:11 +01:00
Clemens Werther
ce289d0c30 fix root mode not working in bureau 2014-11-28 14:37:07 +01:00
Menno Pruijssers
3d062dd8e3 fixed rvm warning 2014-11-28 14:37:07 +01:00
Marc Cornellà
e69e7844bf Show user prompt in gnzh theme regardless of UID
Fixes #2008.
2014-11-28 14:37:07 +01:00
Yuanxuan Wang
44b1db9271 Steeef theme checks untracked files instead of directories 2014-11-28 14:37:06 +01:00
tcasparro
260732b54b Added git mode support for merging, rebasing, and bisecting
<B> Designates Bisecting
>M< Designates Merging
>R> Designates Rebasing
2014-11-28 14:37:01 +01:00
Daniel Farrell
f1404345e6 Simplified gallois RPS1 setup using some helpful scripts 2014-11-28 14:37:01 +01:00
Daniel Farrell
d6d9f7184a Fixed which output at each new shell creation 2014-11-28 14:36:32 +01:00
Kory Prince
4e6a1169d9 Don't show useless '[]' when chruby_prompt_info is empty 2014-11-28 14:36:31 +01:00
Ryan Marsh
9366b6daff Fixes #2467 tab completion scrolls back in terminal when using bureau theme 2014-11-28 14:36:31 +01:00
Dan Kerimdzhanov
c7793f9f0a Remove all copyright information in themes. Closes #2587 2014-11-28 14:36:30 +01:00
Felds Liscia
d9f9574f3b highlight the username when root 2014-11-28 14:36:28 +01:00
mrbfrank
c2794edf09 theme agnoster: remove trailing space
re-implemented expired pull request https://github.com/robbyrussell/oh-my-zsh/pull/1759
2014-11-28 14:36:28 +01:00
mrbfrank
684da4ec2f corrected branch character
changed ± to 
2014-11-28 14:36:28 +01:00
mrbfrank
4b6afedbda updated url to latest powerline-patched fonts
clearing up some confusion in issue#1906
2014-11-28 14:36:28 +01:00
Christoph Heer
7d8311c596 Improve virtualenv prompt in steeef theme 2014-11-28 14:36:28 +01:00
Tomas Pelka
5bb5756f52 Adding commit hash to branch name in my favorit rjk-repos theme. 2014-11-28 14:36:28 +01:00
Daniele
bb641a1e0b Fix bad right prompt placing. 2014-11-28 14:36:27 +01:00
Konstantin Haase
4c2ce0a0e1 add chruby info to gallois theme 2014-11-28 14:36:23 +01:00
Andy Fleming
81ad19ac08 typo fix 2014-11-28 14:36:23 +01:00
Andy Fleming
070e3e53dc Fix for virtualenv support - fixes #2328, fixes #2297, resolves #2319 2014-11-28 14:36:23 +01:00
Dhruva Sagar
776e381a38 Added Amuse zsh theme 2014-11-28 14:36:22 +01:00
isquariel
ffc2c4e7fb Added the Bureau theme 2014-11-28 14:36:21 +01:00
Pablo Rubianes
ae2bacfb4b Modification to the frisk theme to work with the BZR lib 2014-11-28 14:36:21 +01:00
Nathan Cox
5869a1866a Added virtualenv plugin data to af-magic theme. 2014-11-28 14:36:05 +01:00
Kasper Kronborg Isager
b2e41bca7e Add Pure theme 2014-11-28 14:36:04 +01:00
Steven De Coeyer
e17c8aa6e3 Updates Zhann theme 2014-11-28 14:36:04 +01:00
Vincent
fac73e7c2a Update jonathan.zsh-theme
Made it work with UTF-8 Console.
Thanks goes to http://blog.ganneff.de/blog/2013/03/zsh-config---and-prompt.html
2014-11-28 14:36:04 +01:00
Nicolas Jeker
02182762d5 use hostname instead of hostname -s
hostname -s is not available on every implementation of hostname, e.g. Cygwin uses hostname from coreutils which doesn't work.
2014-11-28 14:36:04 +01:00
Adolfo Benedetti
7a06278592 updated adben theme: added offline content, subversion support, refactored prompt 2014-11-28 14:36:03 +01:00
Jack Henahan
a674c34f55 add symbol in darcs repos to match git and mercurial 2014-11-28 14:36:03 +01:00
Piotr Solnica
8436e7c622 [themes/josh] Use $(current_branch) in prompt 2014-11-28 14:35:52 +01:00
William Ting
7ebaed620f fix gnzh theme to detect local rvm installations 2014-11-28 14:35:52 +01:00
Max Masnick
fe6cd1e03e clean up rbenv support for 'fino' theme 2014-11-28 14:35:51 +01:00
Jeff McClure
18dd6b09e8 [JM] Removed LSCOLOR Declaration for Wider Support 2014-11-28 14:35:46 +01:00
Jeff McClure
7cf4d04d57 Added New Theme: sonicradish (256 colors)
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
2014-11-28 14:35:46 +01:00
John Barker
46a6ce77a9 Added a peepcode theme 2014-11-28 14:35:46 +01:00
Rach Belaid
296b9ef3aa change the color of arrow when the command line return an error 2014-11-28 14:35:46 +01:00
Philip Hofstetter
67c973d382 correctly handle path names with spaces 2014-11-28 14:35:46 +01:00
Philip Hofstetter
5b6eb1d3be make pygmalion theme use two lines when needed
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
2014-11-28 14:35:46 +01:00
Max Masnick
94fcae9bb0 update fino theme to work with rbenv
also fix bug where prompt char did not reflect
whether or not you were in a git repo.
2014-11-28 14:35:46 +01:00
Marco A. Peraza
9a7dc14a8a Show if you're ahead of remote in the wedisagree theme 2014-11-28 14:32:38 +01:00
Eddie Monge
3930a63253 no tabs in a space-d file 2013-11-14 16:17:23 -08:00
Robby Russell
7a7eda1287 Merge pull request #2219 from Profpatsch/theme-agnoster
Forgot one symbol for hg.
2013-11-13 13:28:44 -08:00
Robby Russell
8ab841116b Merge pull request #2218 from wari/linuxonly-rename
`linuxonly` doesn't work unless renamed properly
2013-11-12 19:40:09 -08:00
Leonardo Santagada
009b906111 agnoster theme not showing virtualenv status
agnoster theme was checking if the default virtualenv prompt was turned off and not showing its own... so there was no way to see which virtualenv was selected.
2013-11-09 13:02:38 -02:00
Profpatsch
5718d2b688 Forgot one symbol for hg. 2013-11-04 23:35:42 +01:00
Wari Wahab
7eb2f528a6 linuxonly doesn't work unless renamed properly
Unlike all other files listed in the themes directory, this file is the only
one that's "doing it's own thing"
2013-11-04 23:20:12 +08:00
Robby Russell
042ee6e6ed Merge pull request #2138 from Profpatsch/theme-agnoster
More expressive symbols for git and mercurial.
2013-10-24 20:28:22 -07:00
Jacob Magnusson
0f9db24f9f Fix: Agnoster theme added venv name even if disabled
See http://www.virtualenv.org/en/latest/index.html\?highlight\=virtual_env_disable_prompt\#activate-script for info regarding this.
2013-10-20 16:07:19 +02:00