- 02 Jul, 2013 1 commit
-
-
Matei Trusca authored
-
- 28 Jun, 2013 2 commits
-
-
dongweiming authored
-
dongweiming authored
-
- 27 Jun, 2013 3 commits
-
-
Brandon Black authored
* the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release. * `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that.
-
Okura Masafumi authored
-
Tobias Preuss authored
+ Originally published by Christopher Chow. + Source: https://github.com/robbyrussell/oh-my-zsh/blob/30620d463850c17f86e7a56fbf6a8b5e793a4e07/plugins/rails3/_rails3 Commit: 30620d463850c17f86e7a56fbf6a8b5e793a4e07
-
- 25 Jun, 2013 2 commits
-
-
Chris Krycho authored
The original hgic and hgoc aliases worked well for the default path, but attempting to call them with a different path failed. I created functions to handle them instead.
-
dongweiming authored
-
- 23 Jun, 2013 4 commits
-
-
Olaf Conradi authored
-
Olaf Conradi authored
Don't just overwrite the environment. First check for a running agent (an x-session might have one running). If no agent is found, source the environment and check again using those settings. If again no agent is found, start a new instance.
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
-
- 21 Jun, 2013 2 commits
-
-
Gunther Konig authored
-
Gunther Konig authored
-
- 16 Jun, 2013 2 commits
-
-
Code Whale authored
-
Jeremy Tennant authored
-
- 13 Jun, 2013 1 commit
-
-
Christoph Jerolimov authored
-
- 12 Jun, 2013 1 commit
-
-
Brian Hartvigsen authored
* Add "x" in front of the value we check against... * Use true instead of yes (more consistent with the rest of ohmyzsh) The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
-
- 11 Jun, 2013 1 commit
-
-
Michiel Missotten authored
-
- 09 Jun, 2013 2 commits
-
-
San Martin Morote Eduardo authored
-
San Martin Morote Eduardo authored
-
- 08 Jun, 2013 2 commits
-
-
Andrew Grangaard authored
* :t parameter expansion returns the last portion of the path, equivalent to basename. I <3 zsh. * adds comments for the VIRTUAL_ENV_DISABLE_PROMPT, used by virtual_env activate See also: http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion
-
Andrew Grangaard authored
* removes cd override by using chpwd_functions * removes subshell call to which by using $+commands array and c param expansion to find in PATH * zsh love!
-
- 07 Jun, 2013 1 commit
-
-
Chris Krycho authored
-
- 06 Jun, 2013 3 commits
-
-
Charles Johnson authored
Added strainer & tailor to commands in bundler plugin.
-
Charles Johnson authored
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
-
Lucas Uyezu authored
-
- 05 Jun, 2013 3 commits
-
-
Trev authored
-
Gaetan Semet authored
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
-
https://code.google.com/p/git-repo/Gaetan Semet authored
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
-
- 01 Jun, 2013 1 commit
-
-
Ayush Samantroy authored
-
- 27 May, 2013 1 commit
-
-
Marc-Antoine Lemieux authored
-
- 21 May, 2013 2 commits
-
-
Germán M. Bravo authored
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
-
Hong Xu authored
This plugin adds google, bing and yahoo commands to launch the default web browser to do web search: e.g. google oh-my-zsh bing what is zsh
-
- 09 May, 2013 1 commit
-
-
bebugz authored
-
- 30 Apr, 2013 1 commit
-
-
Lindolfo 'Lorn' Rodrigues authored
Using cache technique for faster fasd --init as shown at: https://github.com/clvv/fasdi#install
-
- 29 Apr, 2013 1 commit
-
-
Kaiwen Xu authored
User changed symbolic link for sublime binary is now top priority, since this allows users to actually specify which version of sublime they want to use. Sublime text 2 binary has higher priority over sublime text (3) binary, since sublime text 2 is considered more stable.
-
- 24 Apr, 2013 1 commit
-
-
Philipp Tessenow authored
implement in_hg(), hg_get_branch_name(), hg_prompt_info(), and hg_dirty() for the mercurial plugin named functions similar to subversion plugin, to give theme maintainers an easier life
-
- 23 Apr, 2013 2 commits
-
-
JamesFerguson authored
- don't remove everything before the last / - do remove <remote_name>/ - allows flow style feature/foobar branch names
-
Alexey Poimtsev authored
added alias for rake db:create
-