- 11 Jun, 2015 7 commits
- 
- 
Oleksandr Shybystyi authored
- 
Kevin Ndung'u authoredResolves #3786 
- 
Martin Delille authored
- 
Paul Melnikow authoredWithout this change, whether a function can invoke 'subl' depends on the order in which modules are loaded. With this change, the order doesn't matter. zsh resolves aliases at parse time not run time, which means if you invoke an alias from a function, the alias must be defined before the function. See http://stackoverflow.com/a/25532276/893113 which refers to an explanation of this limitation. For code which may be used non-interactively, the recommend workaround is to use functions instead of aliases. 
- 
Jonathan Roemer authored
- 
Matheus Cruz Rocha authoredThis Change remove the .zsh on the plugin activate example, cause with the .zsh at the end the plugin won't be activated 
- 
DimitriSteyaert authored
 
- 
- 10 Jun, 2015 16 commits
- 
- 
Blake Watters authoredDisable globbing when executing `zeus rake` aliases to enable use of square brackets without escaping 
- 
Adam Lindberg authoredThis adds two new theme functions for git: * `git_prompt_behind` works in a identical fashion to `git_prompt_ahead` and will output a format variable (`ZSH_THEME_GIT_PROMPT_BEHIND`) if the branch is behind. * `git_prompt_remote` will output one format variable if the branch exists on remote (`ZSH_THEME_GIT_PROMPT_REMOTE_EXISTS`), and another if the branch is unpublished (`ZSH_THEME_GIT_PROMPT_REMOTE_MISSING`). The old `git_prompt_ahead` has been changed. Using git log is subject to formatting in .gitconfig, which can be overridden and will break this function. Relying on rev-list is much more stable. 
- 
Sean Escriva authored
- 
leif.hanack authored
- 
Andrew Purcell authoredSometimes the output of ``homebrew --prefix`` and ``homebrew --prefix awscli`` don't match, and the second is the correct call. 
- 
Tejas Bubane authored
- 
Matthew Hager authored
- 
David Hartmann authoredadded commenting functionality by appending 'm' after the issue key (regular JIRA shortcut) 
- 
Samuel Parkinson authoredCheck for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history. 
- 
Wayne authoredRemove the docker insert command of autocomplete 
- 
liuxiang authored
- 
Andrew Janke authored
- 
Mark Mendoza authored
- 
Alexandre Joly authoredversion bumped 
- 
Alexandre Joly authoredversion bumped 
- 
HeroCC authored
 
- 
- 05 Jun, 2015 11 commits
- 
- 
Robby Russell authoredFix echo nothing if $SHORT_HOST doesn't exist. 
- 
Robby Russell authoredMinor cosmetic fix to minimal theme 
- 
Robby Russell authored[boot2docker plugin] Initial version 
- 
Robby Russell authoredfix paclist() for non-english locales 
- 
Robby Russell authoredgitfast: update to upstream v1.9.2 
- 
Robby Russell authoredAdd .ipsw to the extract plugin. 
- 
Robby Russell authoredInstall script's chsh not working on Fedora 
- 
Robby Russell authoredRound 3 of batch-closing obsolete issues 
- 
Robby Russell authored[UPDATE] Plugin: git 
- 
Robby Russell authoredCreate new aliases for homebrew plugin 
- 
Robby Russell authoredAdd installation instructions to README 
 
- 
- 04 Jun, 2015 1 commit
- 
- 
Lucas Braun authoredUpdate README formatting 
 
- 
- 03 Jun, 2015 1 commit
- 
- 
Marc Cornellà authored
 
- 
- 02 Jun, 2015 1 commit
- 
- 
Robby Russell authoredAdd CakePHP3 plugin 
 
- 
- 31 May, 2015 1 commit
- 
- 
Nicolas Brousse authored
 
- 
- 12 May, 2015 1 commit
- 
- 
Jad Bitar authored
 
- 
- 08 May, 2015 1 commit
- 
- 
ncanceill authored
 
- 
