- 15 Aug, 2015 1 commit
-
-
Gabe Martin-Dempesy authored
-
- 29 Jun, 2015 1 commit
-
-
Andrew Janke authored
-
- 28 Jun, 2015 1 commit
-
-
moncho authored
-
- 17 Jun, 2015 2 commits
-
-
-
Arnaud Rinquin authored
Current `ggpush` is `git push origin` instead of `git push origin $(current_branch)` Same for `ggpull`
-
- 15 Jun, 2015 1 commit
-
-
Andrew Janke authored
-
- 14 Jun, 2015 1 commit
-
-
Mikhail S. Pobolovets authored
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
-
- 13 Jun, 2015 7 commits
-
-
UserTaken authored
-
Michael Okner authored
Previously, spaces in the path would result in wto separate errouneous paths being parsed. This fixes that issue.
-
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 1 commit
-
-
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 25 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
-
ncanceill authored
also allow multiple arguments for ggp and ggl aliases
-
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
-
Paul authored
Fixed error with spaces in commands
-
Luca Stefani authored
-
Octavian Neamtu authored
-
Oleksandr Shybystyi 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
-
ncanceill authored
because it leaked, and led to #3991
-