Commit graph

1,791 commits

Author SHA1 Message Date
Brian Hartvigsen
05359a6643 Correctly detect Rapid Board
* 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...
2013-08-05 21:12:50 +02:00
Theodore Kokkoris
94ef81f3a1 Fixed slow behavior when using GitHub wrappers 2013-08-05 21:12:49 +02:00
Ehren Kret
0d20a77727 Escape both % and $ in the command line
Fixes issue #1884
2013-08-05 21:12:49 +02:00
Michiel Missotten
8d51ff0417 Adding a rebase option to git alias. 2013-08-05 21:12:49 +02:00
San Martin Morote Eduardo
612b53babe Messed up the comment somehow... 2013-08-05 21:12:49 +02:00
San Martin Morote Eduardo
a79e8c3ade Random quotes from the internet 2013-08-05 21:12:49 +02:00
Andrew Grangaard
7013ed0538 virtualenv cleanup: replaces subshell with prompt expansion.
* :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
2013-08-05 21:12:49 +02:00
Andrew Grangaard
6422ada817 virtualenvwrapper plugin cleanup
* 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!
2013-08-05 21:12:49 +02:00
Chris Krycho
4b2e5cbdb4 Add count for incoming and outgoing changesets. 2013-08-05 21:12:49 +02:00
Charles Johnson
6bd305dfa7 Update bundler.plugin.zsh
Added strainer & tailor to commands in bundler plugin.
2013-08-05 21:12:49 +02:00
Charles Johnson
7e83a3c4dc Update bundler.plugin.zsh
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
2013-08-05 21:12:49 +02:00
Grégoire Détrez
9d962ee232 Update the character used in powerline
The code points have been updated in 53fbfe1, see
- 53fbfe15fe
- https://github.com/Lokaltog/powerline/issues/4
2013-08-05 21:12:49 +02:00
Matthew Robben
7c3c8b1ec2 Update README.textile
Add upgrade command to docs. I canceled the prompt once and went hunting for this so I could upgrade.
2013-08-05 21:12:48 +02:00
Lucas Uyezu
6e08329c55 Adding testlog and prodlog. 2013-08-05 21:12:48 +02:00
Michael LaCorte
f3db420c13 Fixed color on git prompt for superjarin theme 2013-08-05 21:12:48 +02:00
Trev
882abcbd0e A cabal plugin based on the lein plugin 2013-08-05 21:12:48 +02:00
Gaetan Semet
0672b6fa93 Improvement in the git plugin
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-08-05 21:12:48 +02:00
Gaetan Semet
5a2b67eb2f New plugin for git-repo (https://code.google.com/p/git-repo/)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-08-05 21:12:48 +02:00
Ayush Samantroy
e97e957975 Added alias for git clean 2013-08-05 21:12:48 +02:00
Sébastien M-B
b366335523 Uncomment l alias 2013-08-05 21:12:48 +02:00
Roman Kamyk
82b3f3ee37 Fixed missing retcode function 2013-08-05 21:12:48 +02:00
Philipp Tessenow
8327e8144f extend mercurial plugin to be more like git/svn
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
2013-08-05 21:12:48 +02:00
Marc-Antoine Lemieux
484dddd433 fix the open command in linux using xdg-open 2013-08-05 21:12:48 +02:00
Steven De Coeyer
33c7b7c32f Adds clever rrprompt (independant of ruby version manager, if any) 2013-06-03 11:21:33 +02:00
Germán M. Bravo
9be79f548a Fixed recursion. Git not needed for it to work.
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
2013-06-03 11:13:17 +02:00
Hong Xu
6b45fcf34f Add web-search plugin.
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
2013-06-03 11:13:17 +02:00
Christopher Roach
2b3233ced2 Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option. 2013-06-03 11:13:17 +02:00
bebugz
56258924ed gentoo linux support 2013-06-03 11:13:17 +02:00
Lindolfo 'Lorn' Rodrigues
088f2c700d Cache for fasd --init
Using cache technique for faster fasd --init as shown at:
 https://github.com/clvv/fasdi#install
2013-06-03 11:13:17 +02:00
Marcus Müller
d3686037a7 eliminated unnecessary cd and failing substitution
Changing the working directory in a sub-subshell
does not change the working directory of the executing
shell.

The substitution was broken for me on _all_ my machines,
so I started looking into the business.
2013-06-03 11:13:17 +02:00
Kaiwen Xu
5bf27a198b Change sublime text path select priority on mac.
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.
2013-06-03 11:13:16 +02:00
Steven De Coeyer
5874701d17 Updates zhann-theme to use blue instead of magenta 2013-04-30 14:44:20 +02:00
Steven De Coeyer
0edd7bc527 Removes % from zhann theme 2013-04-27 15:12:52 +02:00
Steven De Coeyer
057506065a Updates Zhann theme 2013-04-27 15:06:13 +02:00
Robby Russell
b6ea876971 Merge pull request #690 from essembeh/master
Adding ~/.ssh/config parsing for host list and theme.
2013-04-23 21:27:51 -07:00
Robby Russell
fd50759e39 Merge pull request #1254 from systemfreund/master
Added completion plugin for "Go" compiler
2013-04-23 21:26:43 -07:00
Robby Russell
ffc6ae937c Spin to bundler 2013-04-23 21:25:03 -07:00
Robby Russell
dff6333b6d Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2013-04-23 21:20:14 -07:00
Robby Russell
f44d403572 Resolving conflict with merge of #1058 2013-04-23 21:20:00 -07:00
Robby Russell
02f86c4a5a Merge pull request #1633 from alec-c4/master
rails4 plugin
2013-04-23 21:17:52 -07:00
Robby Russell
980aaddb03 Merge pull request #917 from agate/patch-1
added "publish" and "track" command completion for git-flow plugin
2013-04-23 21:17:34 -07:00
Robby Russell
6637c29b1e Merge pull request #1091 from jmazzi/patch-1
Improve README; Instructions for handling updates
2013-04-23 21:12:52 -07:00
Robby Russell
24e59aeb7e Merge pull request #1102 from drnic/git-config
More git aliases
2013-04-23 21:12:11 -07:00
Robby Russell
7ab25fba8c Merge pull request #1225 from bobmaerten/patch-1
vagrant uses 'ssh-config' command, not 'ssh_config'
2013-04-23 21:10:10 -07:00
Robby Russell
89515e3f1f Merge pull request #711 from jasongill/textmate-plugin-improvement
Improvements to the tm command in the TextMate plugin
2013-04-23 21:07:33 -07:00
Robby Russell
5078c0814d Merge pull request #424 from hackedy/fix
use /home/ryan/d/.oh-my-zsh instead of ~/.oh-my-zsh for cache
2013-04-23 21:06:28 -07:00
Robby Russell
cd0908917c Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2013-04-23 20:58:47 -07:00
Robby Russell
8ce587ad9a Resolving conflict when merging in #528 2013-04-23 20:58:30 -07:00
Robby Russell
8890df1251 Merge pull request #922 from sbfaulkner/master
patch rbenv support for themes
2013-04-23 20:57:24 -07:00
Robby Russell
b035662e4c Merge pull request #1053 from cwoodcox/master
Added a neat theme called half-life. It's pretty and quite functional.
2013-04-23 20:56:18 -07:00