- 13 Jun, 2015 5 commits
- 
- 
Fräntz Miccoli authored
- 
Marc Cornellà authoredThis reverts commit 1493d88e, made to put a deprecated notice on rails3 and rails4 plugins, so that users would migrate to the unified rails plugin. It's been 1.5 years since that, so everyone should be migrated to the good one. 
- 
Sriram Sundarraj authored
- 
Christian Hoener zu Siederdissen authored
- 
Tommy Wang authored
 
- 
- 11 Jun, 2015 30 commits
- 
- 
Filip Bartuzi authored
- 
Erlend Hamberg authored
- 
Vadim authored
- 
wyldphyre authored
- 
wyldphyre authored
- 
wyldphyre authored
- 
CkEsc authored
- 
Daniel Campoverde [alx741] authored
- 
KhasMek authored
- 
KhasMek authoredThe command 'which' launches an external process that isn't really necessary. 
- 
KhasMek authored
- 
Dominik Ritter authored
- 
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 5 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. 
 
- 
