Robby Russell
3d815368b4
Merge pull request #224 from Soliah/plugin-rvm
...
RVM Plugin
2011-05-24 03:01:49 -07:00
Guten
293f7306bb
add custom completion support
2011-05-22 21:27:30 +08:00
Oliver Braun
7b2ebce5fa
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
0c45157caa
Added 'simple' theme.
2011-05-20 15:14:10 +02:00
Jacob Atzen
faee7964c0
TextMate automatically forks into the background
2011-05-19 16:33:29 +02:00
Jacob Atzen
0694e3b0bf
Add autojump plugin
2011-05-19 16:20:30 +02:00
Robby Russell
41b4bf4da5
Merge pull request #295 from alexrinass/apache2-macports-plugin
...
Added start/stop aliases for Apache 2 installation via macports.
2011-05-13 02:53:02 -07:00
Robby Russell
d22205efe4
Merge pull request #290 from arthurkalm/delete-key-working
...
Make the delete key work correctly, instead of outputting a ~
2011-05-13 02:52:25 -07:00
Robby Russell
f3beeffc04
Merge pull request #322 from jonashuckestein/master
...
jispwoso theme
2011-05-13 02:51:03 -07:00
Robby Russell
9d8c7a3258
Merge pull request #324 from sorin-ionescu/plugin-compleat
...
Compleat - Completion for Human Beings Plugin
2011-05-13 02:50:43 -07:00
Robby Russell
4f671c6174
Merge pull request #329 from juanghurtado/master
...
Support for $(current_branch) on git_parse_ahead()
2011-05-13 02:48:50 -07:00
Robby Russell
ffdd2c9de1
Merge pull request #330 from jtriley/jtriley-theme
...
update to jtriley-theme
2011-05-13 02:48:13 -07:00
Justin Riley
3d26995682
remove git status from prompt
2011-05-09 10:19:10 -04:00
Juan G. Hurtado
9730de8e66
Adds support for $(current_branch) on git_parse_ahead()
...
Changes method git_parse_ahead() on git.zsh lib file. Before this
change it checked directly against origin/master branch. Now it
uses $(current_branch) to check for not pushed changes against
the current remote branch.
2011-05-09 13:32:42 +02:00
Sorin Ionescu
7e378f6ef9
Added Compleat - Completion for Human Beings plugin.
2011-05-05 18:41:05 -04:00
Jonas Huckestein
c870c32837
added my theme
2011-05-03 14:07:35 -07:00
Robby Russell
ce81b3d261
Merge pull request #321 from nel/fix-window-title-regex.
...
Relax pattern matching on TERM. Closes #320 .
2011-05-02 04:56:59 -07:00
Renaud (Nel) Morvan
1ae6df7639
Relax pattern matching on TERM. Closes #320 .
2011-05-02 13:51:16 +02:00
Robby Russell
707962684f
Merge pull request #314 from mattsacks/master.
...
Add Muse theme for 256 color terminals
2011-05-01 03:02:57 -07:00
Robby Russell
c92bb53338
Merged pull request #315 from nebirhos/master.
...
Fixies auto update (2nd try)
2011-04-29 10:33:21 -07:00
nebirhos
61c35a2174
fixed autoupdate
2011-04-29 17:12:40 +02:00
Matt Sacks
7a3cb1a8e3
Add muse theme for 256 color terminals
2011-04-29 08:28:46 -04:00
Robby Russell
e542fb91fe
Merged pull request #312 from juanghurtado/master.
...
Personal theme: juanghurtado.zsh-theme
2011-04-29 04:48:37 -07:00
Juan G. Hurtado
d266e7a8b7
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
282dcac06d
Merged pull request #310 from Ikke/master.
...
Add git-flow plugin
2011-04-29 03:38:41 -07:00
Robby Russell
232d204bc0
Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875.
...
Basic autocompletion for Leiningen (fixed pull request)
2011-04-29 03:36:09 -07:00
Robby Russell
7ecd324f09
Merged pull request #311 from papercavalier/rails3.
...
Rails 3 aliases now work with Rails 2 as well.
2011-04-29 03:33:52 -07:00
Hakan Ensari
8a385329b7
Rails 3 aliases now work with Rails 2 as well.
2011-04-29 10:59:59 +01:00
Kevin Daudt
63d19fdb1e
Added git-flow plugin
2011-04-29 11:54:31 +02:00
Robby Russell
709cd8badf
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
2011-04-29 11:24:51 +02:00
Robby Russell
fb1fd8ab5a
Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309
2011-04-29 11:24:29 +02:00
Robby Russell
46be3e7686
Merged pull request #308 from juanghurtado/master.
...
New prompt methods on Git lib file
2011-04-29 01:54:59 -07:00
Juan G. Hurtado
f33e196bf0
Adds new prompt methods on Git lib
...
Modifies the Git lib file (lib/git.zsh), adding three new prompt
methods:
- git_prompt_ahead(): Shows the content of the custom var
$ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has
commits ahead from the remote origin repository
- git_prompt_short_sha(): Shows last commit SHA hash in short
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
- git_prompt_long_sha(): Shows last commit SHA hash in long
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
2011-04-29 09:22:56 +02:00
Robby Russell
cd99c393ce
Merged pull request #307 from jtriley/jtriley-theme.
...
add my custom zsh prompt
2011-04-28 23:36:49 -07:00
Robby Russell
9f4569595c
Merged pull request #302 from JonathanTron/5bcfab37312511a7ffc3e8242ba8b8a622ecf061.
...
New theme second try
2011-04-28 23:29:55 -07:00
Robby Russell
00dbec7001
Merged pull request #303 from cit/master.
...
added alias for apt-cache search to deb plugin
2011-04-28 23:29:17 -07:00
Robby Russell
f864323006
Merged pull request #299 from atmos/master.
...
Support non-standard rvm install prefixes in bira
2011-04-28 23:28:06 -07:00
Robby Russell
9c7951964c
Merged pull request #269 from oknowton/master.
...
Significantly speed up startup time (1.2 seconds for me) by removing redundant compinit calls
2011-04-28 23:24:39 -07:00
Pat Regan
51a7cb093b
Move sourcing of custom to below plugins
2011-04-28 19:12:05 -04:00
Justin Riley
514065b495
add my custom zsh prompt
2011-04-28 15:29:27 -04:00
Pat Regan
b003fc59a4
redis-cli.plugin.zsh removed, adding to the fpath isn't needed now
2011-04-27 19:46:23 -04:00
Pat Regan
84405c5b4b
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
2011-04-27 04:56:44 -04:00
Florian Adamsky
61f27e94b1
added alias for apt-cache search
2011-04-26 23:22:42 +02:00
Robby Russell
75aefb0c2a
Merged pull request #138 from murilasso/master.
...
Added my theme
2011-04-26 10:05:48 -07:00
Robby Russell
971c878e68
Merged pull request #276 from saimn/yum.
...
new yum plugin with useful aliases
2011-04-26 10:04:38 -07:00
Robby Russell
8f957c230c
Merged pull request #278 from totolici/redis-plugin.
...
Redis-cli plugin
2011-04-26 09:50:39 -07:00
Robby Russell
d7ec387b8f
Merged pull request #288 from dogenpunk/dogenpunk_theme.
...
Adding dogenpunk theme
2011-04-26 09:48:49 -07:00
Robby Russell
d2f0be0a5a
Merged pull request #287 from arthurkalm/install-tweeks.
...
Install tweeks
2011-04-26 09:47:56 -07:00
Robby Russell
da24371de4
Merged pull request #294 from alexrinass/mysql-macports-plugin.
...
Fixed folder naming for mysql-macports plugin and improved start/stop scr
2011-04-26 09:46:18 -07:00
Robby Russell
06f691b556
Merged pull request #297 from Soliah/master.
...
Updated my theme.
2011-04-26 09:45:48 -07:00