Commit graph

4,318 commits

Author SHA1 Message Date
Robby Russell
72adfb6cc7 Merge pull request #631 from danshearmur/git-merge-alias
added git merge as gm
2011-10-10 05:35:16 -07:00
Robby Russell
57f04b921e Merge pull request #645 from mr-szymanski/master
Add "wuffers" theme
2011-10-10 05:33:55 -07:00
Robby Russell
1228638b41 Merge pull request #648 from SFEley/d926a55872b5a12ab8b987e9d86c02358d0c825e
New theme - Crunch
2011-10-10 05:33:12 -07:00
Robby Russell
26b20e21e1 Merge pull request #418 from ptrv/master
Added Mercurial plugin
2011-10-10 05:31:54 -07:00
Robby Russell
11a0c33323 Merge pull request #441 from Gonzih/master
Create gnzh theme and vundle plugin
2011-10-10 05:30:55 -07:00
Robby Russell
cc82ac1ed6 Merge pull request #273 from blueyed/hub-alias-only-with-ruby
Minor fix for the github plugin: check for `ruby`.
2011-10-10 05:27:33 -07:00
Robby Russell
490177d48b Merge pull request #225 from Soliah/plugin-bundler
Add tab completion to bundler plugin
2011-10-10 05:26:28 -07:00
Robby Russell
7b6b6f1d92 Merge pull request #205 from sorin-ionescu/plugin-gnu-utils
gnu-utils plugin
2011-10-10 05:24:38 -07:00
Robby Russell
84c20ce6dd Merge pull request #482 from volpino/master
Theme chooser + fox's theme
2011-10-10 05:17:21 -07:00
Robby Russell
e91e384497 Merge pull request #428 from matthewmccullough/gradleplugin
Added a gradle build tool plugin
2011-10-10 05:12:43 -07:00
Robby Russell
e59a9cbbaa Merge pull request #338 from norm2782/master
Added my norm theme to oh-my-zsh
2011-10-10 05:10:27 -07:00
Robby Russell
6cc4389304 Merge pull request #319 from sorin-ionescu/plugin-npm
Replace npm 0.x completion with 1.0 completion.
2011-10-10 05:10:03 -07:00
Robby Russell
1ab0054dc6 Merge pull request #275 from tristan0x/require_tool
New script $ZSH/tools/require_tool.sh to ensure version of tool
2011-10-10 05:08:38 -07:00
Robby Russell
6e8c0c178d Merge pull request #274 from diofeher/master
A python plugin
2011-10-10 05:07:35 -07:00
Robby Russell
14bb3105d3 Merge pull request #525 from kibs/master
Option for setting a different path to your custom files and plugins.
2011-10-10 04:57:57 -07:00
Jason Whittle
de29ef809d Change default zshrc to export $ZSH (as required by check_for_upgrade.sh). 2011-10-05 00:57:48 -03:00
Mark Szymanski
c373c7153b Fix up some wonkiness 2011-10-04 21:30:32 -05:00
Mark Szymanski
40cc4dabfb Add new theme: wuffers 2011-10-04 21:27:36 -05:00
Marco A. Peraza
deb8543bb4 Show if you're ahead of remote in the wedisagree theme 2011-09-29 14:39:09 -04:00
Dan Shearmur
c1c7b0e4af added git merge as gm 2011-09-26 14:44:42 +01:00
Nick Stenning
8287cc177e Better cake completion: don't barf on options, and don't clobber user's namespace 2011-09-24 17:22:20 +01:00
James Moore
b2703a3c8a This is the correct way to check the return value 2011-09-23 10:51:20 -07:00
James Moore
c2d0cdd533 This needs to explicitly check the return value 2011-09-23 10:18:09 -07:00
fceccon
2ca2ad3fc5 First search in the custom folder for the theme 2011-09-20 12:04:06 +02:00
Paul Gideon Dann
7ba54d197d Adding README file for the wakeonlan plugin 2011-09-20 09:27:15 +01:00
Roman Kamyk
d22b253ce2 split rkj into two themes. 2011-09-20 10:18:17 +02:00
Paul Gideon Dann
e94039d62b Splitting wakeonlan plugin completion into separate file 2011-09-19 18:36:41 +01:00
Paul Gideon Dann
aa7ddd51cc Forgot to quote the path parameter to wakeonlan 2011-09-19 12:46:20 +01:00
Paul Gideon Dann
14411cb904 Tweaks to the wakeonlan plugin
These were suggested by sorin-ionescu in pull request #343.
2011-09-19 12:43:04 +01:00
Philipp Bosch
0d285e3a0f terminitor plugin: add autocompletion also for edit, delete and setup subcommands. 2011-09-15 15:39:10 +02:00
Philipp Bosch
47d0735b5f terminitor plugin: add autocompletion for start subcommand. 2011-09-15 15:39:10 +02:00
Philipp Bosch
1ad8fde027 Add basic autocompletion for terminitor (https://github.com/achiu/terminitor). 2011-09-15 15:39:10 +02:00
Roman Kamyk
2b55ee0753 Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh 2011-09-15 12:56:40 +02:00
Gil Vandendriesssche
701f775c18 Textmate plugin update to take Gemfile and cucumber features in account 2011-09-14 10:13:01 +03:00
Seth Milliken
24a8c327c0 new shell information plugin
This plugin is designed to provide a uniform method of cleanly applying
style modifications to shell information included in the prompt.

Provided in this version are functions to add simple shell parameters
(as in `man zshparam`) with corresponding prefix and suffix
configuration settings, to allow for clean application of style
directives (i.e. color and spacing) as settings rather than directly
inline in your PROMPT.

EXAMPLE THEME USAGE:
...
PROMPT+="$(command_number)"
...
SHELL_PLUGIN[command_number_prefix]="%{$bg[white]%}%{$fg_bold[grey]%} "
SHELL_PLUGIN[command_number_suffix]=" %{$reset_color%}"
2011-09-13 21:38:31 -07:00
David Aaron Fendley
ecfac1cd74 Added VCS prompt to Apple theme. 2011-09-11 15:19:49 -05:00
Zach Riggle
f9c143b69c [plugins/grails] Remove warning message; it's always displayed 2011-09-10 07:07:33 -04:00
Zach Riggle
5173634359 [plugins/grails] Use globbing instead of grep 2011-09-10 07:07:31 -04:00
Zach Riggle
c6e8c856cb [plugins/grails] Added grails plugin 2011-09-10 07:07:23 -04:00
Mario Fernandez
965e1cfefa fix completion for commands wrapped with bundler 2011-09-10 11:35:08 +02:00
Tristan Carel
574de93efb New function efile 2011-09-06 10:50:53 +02:00
Max Gonzih
8a31ae5137 Merge branch 'master' of github.com:Gonzih/oh-my-zsh 2011-09-02 16:07:12 +03:00
Max Gonzih
fe175661fd vundle call fixed for new vundle version 2011-09-02 16:06:32 +03:00
Hakan Ensari
ee507c9046 add foreman, nanoc, and rainbows to list of bundled commands 2011-08-31 16:21:09 +01:00
Hakan Ensari
9c5c70dc0a order aliases alphabetically 2011-08-31 12:51:10 +01:00
Robby Russell
762b55bb2b Merge pull request #490 from hwti/428f18cf428fd86bd6e99c4363e5f25d0e392506
Add key bindings for gnome-terminal on Fedora
2011-08-30 21:09:36 -07:00
Robby Russell
0b01195a09 Merge pull request #408 from thunfischbrot/patch-1
Included some essential aliases in the lol plugin
2011-08-30 21:06:05 -07:00
Robby Russell
91d02ffbc1 Merge pull request #575 from mr-szymanski/master
Add git alias
2011-08-30 21:04:04 -07:00
Robby Russell
9d67d75b0a Revert "Enable red dots during completion by default".
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place.

This reverts commit fc49b4a4de.
2011-08-30 20:56:13 -07:00
Mark Szymanski
bd6aba9c68 Add an alias for ga --> git add, too 2011-08-27 16:23:49 -05:00