Commit graph

407 commits

Author SHA1 Message Date
Justin Zhu
8c6cbe115a Merge remote-tracking branch 'upstream/master'
Conflicts:
	.gitignore
	.gitmodules
	README.textile
	completion.zsh
	history.zsh
2012-03-06 13:52:40 -08:00
Justin Zhu
a968c2cda8 fix git 2012-03-06 13:36:46 -08:00
Sorin Ionescu
3802a3e61b Fixed the coding style in a case statement. 2012-02-02 18:33:17 -05:00
Sorin Ionescu
b96bbca51c Added or edited file headers. 2012-02-02 18:30:07 -05:00
Sorin Ionescu
9fb50ad9b4 Added inside of Vim indicator to the Sorin theme. 2012-01-26 21:19:08 -05:00
Sorin Ionescu
1fc1b459ee The theme should manage the completion indicator. 2012-01-23 20:41:00 -05:00
Sorin Ionescu
f0499b76c3 Use zstyle instead of variables for configuration. 2012-01-23 20:41:00 -05:00
Sorin Ionescu
60f39d8d91 Moved hub into the git plugin. 2012-01-23 20:40:57 -05:00
Sorin Ionescu
62fc8d802e Separate unsetopt from setopt for clarity. 2012-01-23 20:40:43 -05:00
Sorin Ionescu
9d27df2050 Tradition dictates that options are uppercase. 2012-01-23 20:40:43 -05:00
Sorin Ionescu
7754a18d13 Use zstyle for vicmd and completion indicators. 2012-01-23 20:40:42 -05:00
Sorin Ionescu
225ea89e74 Rewrote the Git plugin and Sorin theme. 2012-01-23 20:40:20 -05:00
Sorin Ionescu
d5ba17feac Converted OMZ themes to native ZSH themes. 2011-07-17 20:15:51 -04:00
Sorin Ionescu
aae3afbf35 Removed broken, ugly, and repetitive themes. 2011-07-15 13:32:56 -04:00
Sorin Ionescu
b34e9e0022 Moved each theme under its own directory and changed the file extension. 2011-07-13 13:03:11 -04:00
Justin Zhu
83cf061d66 submodules 2011-07-10 01:02:48 -07:00
Sorin Ionescu
1e9b718af1 Cleaned up /lib/, removed trailing white space everywhere. 2011-06-02 12:43:21 -04:00
Sorin Ionescu
94ab5e0ec8 Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:

	oh-my-zsh.sh
2011-06-01 02:48:26 -04:00
Sorin Ionescu
7199f8ced8 Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh 2011-05-30 11:54:52 -04:00
Robby Russell
b0c9bc88ef Merge pull request #368 from trapd00r/master
add trapd00r theme
2011-05-29 03:49:51 -07:00
Magnus Woldrich
205e2f4842 add trapd00r theme 2011-05-29 11:55:24 +02:00
brian tse
18ab94bccd Add new 'minimal' theme 2011-05-28 23:57:32 +08:00
Robby Russell
63db49cef6 Merge pull request #346 from jojahner/master
My 'simple' theme.
2011-05-26 01:14:16 -07:00
Robby Russell
4dd4bf84ed Merge pull request #226 from sunaku/fishy
Fishy theme - better Git integration
2011-05-26 01:10:26 -07:00
Robby Russell
41dbf794ba Merge pull request #118 from fwalch/gpg-agent
Added gpg-agent plugin
2011-05-26 00:59:25 -07:00
Robby Russell
bc00334be2 Merge pull request #92 from re5et/master
added my zsh-theme
2011-05-26 00:54:58 -07:00
Robby Russell
22ae70f79d Merge pull request #90 from steeef/steeef-theme
Steeef theme
2011-05-26 00:52:57 -07:00
Suraj N. Kurapati
21276546e9 fishy theme: text indicators for $? and git status
The git status indicators were taken from sorin.zsh-theme and changed to
use ASCII symbols instead of Unicode ones because my preferred terminal
font, DejaVu Sans Mono, renders Unicode symbols poorly and also because
Unicode rendering is not available in standard Linux virtual terminals.
2011-05-25 17:18:45 -07:00
Oliver Braun
093f9077f5 Added obraun theme which is a slightly modified version of an already
existing theme.
2011-05-20 22:26:45 +02:00
Jan-Oliver Jahner
210c1ef86d Added 'simple' theme. 2011-05-20 15:14:10 +02:00
Sorin Ionescu
1961b8d196 Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh 2011-05-13 14:42:05 -04:00
Robby Russell
396dc787af Merge pull request #322 from jonashuckestein/master
jispwoso theme
2011-05-13 02:51:03 -07:00
Justin Riley
5440815c83 remove git status from prompt 2011-05-09 10:19:10 -04:00
Jonas Huckestein
e1210cdfaa added my theme 2011-05-03 14:07:35 -07:00
Sorin Ionescu
075cf7f59f Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh 2011-05-01 09:50:33 -04:00
Sorin Ionescu
969553349f Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Conflicts:
	.gitignore
	lib/completion.zsh
	lib/git.zsh
	oh-my-zsh.sh
2011-04-30 16:57:47 -04:00
Matt Sacks
6d899e2391 Add muse theme for 256 color terminals 2011-04-29 08:28:46 -04:00
Juan G. Hurtado
208b225a2f Custom theme with Git support
This is my personal oh-my-zsh theme. It has Git support through
methods found in Git lib file of oh-my-zsh. It uses:

- parse_git_dirty()
- git_prompt_ahead()
- current_branch()
- git_prompt_short_sha()
- git_prompt_status()

It also shows user name, machine name and current path. You can
take a look at a screenshot at http://goo.gl/ZVoyk
2011-04-29 13:11:38 +02:00
Robby Russell
a89d33c060 Merged pull request #307 from jtriley/jtriley-theme.
add my custom zsh prompt
2011-04-28 23:36:49 -07:00
Robby Russell
58413bc0f5 Merged pull request #302 from JonathanTron/5bcfab37312511a7ffc3e8242ba8b8a622ecf061.
New theme second try
2011-04-28 23:29:55 -07:00
Robby Russell
b8f8cd46a4 Merged pull request #299 from atmos/master.
Support non-standard rvm install prefixes in bira
2011-04-28 23:28:06 -07:00
Justin Riley
14404eb7a0 add my custom zsh prompt 2011-04-28 15:29:27 -04:00
Robby Russell
70d0beae22 Merged pull request #138 from murilasso/master.
Added my theme
2011-04-26 10:05:48 -07:00
Robby Russell
58b3e21a83 Merged pull request #288 from dogenpunk/dogenpunk_theme.
Adding dogenpunk theme
2011-04-26 09:48:49 -07:00
Robby Russell
55a5b3e7dc Merged pull request #297 from Soliah/master.
Updated my theme.
2011-04-26 09:45:48 -07:00
Sorin Ionescu
7f8c40fe4b Fix for dumb terminals like Vim's. 2011-04-24 12:44:54 -04:00
Felipe Gallois
07cee28e31 added custom theme, based on eastwood 2011-04-23 17:31:15 -03:00
Corey Donohoe
5a957c4d2e support non-standard rvm install prefixes 2011-04-21 15:53:44 -07:00
Christopher Chow
eb3d1576bf Made my them display the current rvm gemset and check for detached head
state in git.
2011-04-21 21:40:34 +10:00
Jonathan Tron
5bcfab3731 Add new jonathan theme 2011-04-16 14:49:29 +02:00