- 11 Jun, 2015 18 commits
- 
- 
Michele Bologna authored* Moved git information to left prompt, with support for: * +ZSH_THEME_GIT_PROMPT_UNTRACKED, MODIFIED, STASHED, ADDED, UPSTREAM STATUS (if applicable) * Removed right prompt * Refactored following Google's guidelines for scripts [ http://goo.gl/oJSXH2 ] * Using local variables where applicable
- 
Mikhail S. Pobolovets authoredSigned-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com> Mikhail S. Pobolovets <styx.mp@gmail.com>
- 
Jorge González authoredSome minor changes to the aliases. * removed php artisan dump-autoload since is no longer a command in laravel 5 * updated the la5routes alias to the new version of the command * added a la5vendor alias to publish assets from vendor packages 
- 
regagain authoredCorrected documentation to avoid confusion (see https://github.com/robbyrussell/oh-my-zsh/issues/3796) 
- 
Michele Bologna authored
- 
asaph authored
- 
Paul authoredFixed error with spaces in commands 
- 
Archie authored
- 
Luca Stefani authored
- 
Diego Rabatone Oliveira authoredUpdating the install instructions as proposed in: https://github.com/robbyrussell/oh-my-zsh/issues/3516#issuecomment-76506726 
- 
Octavian Neamtu authored
- 
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 6 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. 
 
- 
