- 15 Jun, 2015 1 commit
-
-
Robby Russell authored
Easy-to-Merge
-
- 14 Jun, 2015 1 commit
-
-
Mikhail S. Pobolovets authored
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
-
- 13 Jun, 2015 5 commits
-
-
Fräntz Miccoli authored
-
Marc Cornellà authored
This 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
-
- 12 Jun, 2015 2 commits
-
-
Robby Russell authored
[HotFix] Git plugin
-
ncanceill authored
gaa was brought back by popular demand — see #3535 gap was replaced with gapa — see #3682 gdc was replaced with gdca — see #3977
-
- 11 Jun, 2015 31 commits
-
-
Filip Bartuzi authored
-
Erlend Hamberg authored
-
Vadim authored
-
wyldphyre authored
-
wyldphyre authored
-
wyldphyre authored
-
CkEsc authored
-
Daniel Campoverde [alx741] authored
-
KhasMek authored
-
KhasMek authored
The command 'which' launches an external process that isn't really necessary.
-
KhasMek authored
-
Dominik Ritter authored
-
ncanceill authored
also allow multiple arguments for ggp and ggl aliases
-
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 authored
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
-
Jorge González authored
Some 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 authored
Corrected documentation to avoid confusion (see https://github.com/robbyrussell/oh-my-zsh/issues/3796)
-
Michele Bologna authored
-
asaph authored
-
Paul authored
Fixed error with spaces in commands
-
Archie authored
-
Luca Stefani authored
-
Diego Rabatone Oliveira authored
Updating 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 authored
Resolves #3786
-
Martin Delille authored
-
Paul Melnikow authored
Without 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 authored
This Change remove the .zsh on the plugin activate example, cause with the .zsh at the end the plugin won't be activated
-
DimitriSteyaert authored
-