- Jun 11, 2015
-
-
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
-
- Jun 10, 2015
-
-
Blake Watters authored
Disable globbing when executing `zeus rake` aliases to enable use of square brackets without escaping
-
Adam Lindberg authored
This 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 authored
Sometimes 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 authored
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
-
Samuel Parkinson authored
Check for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history.
-
Wayne authored
Remove the docker insert command of autocomplete
-
liuxiang authored
-
Andrew Janke authored
-
Mark Mendoza authored
-
Alexandre Joly authored
version bumped
-
Alexandre Joly authored
version bumped
-
HeroCC authored
-
- Jun 05, 2015
-
-
Robby Russell authored
Fix echo nothing if $SHORT_HOST doesn't exist.
-
Robby Russell authored
Minor cosmetic fix to minimal theme
-
Robby Russell authored
[boot2docker plugin] Initial version
-
Robby Russell authored
fix paclist() for non-english locales
-
Robby Russell authored
gitfast: update to upstream v1.9.2
-
Robby Russell authored
Add .ipsw to the extract plugin.
-