- 30 Nov, 2015 5 commits
-
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
- 27 Nov, 2015 3 commits
-
-
Andrew Janke authored
The old implementation would attempt to load both the default and custom implementations, with the custom one coming first, so it would get clobbered by the default version.
-
Andrew Janke authored
Updates OMZ's copy to commit 2c295432175990c1bb4e90bc13f609daa67a25d6 from zsh-users/zsh-history-substring-search
-
Andrew Janke authored
-
- 23 Nov, 2015 1 commit
-
-
Markus Faerevaag authored
-
- 21 Nov, 2015 2 commits
-
-
Marc Cornellà authored
- Delete useless #!zsh - Simplify gradle build file check - Format comments and delete TODO stuff (already dealt with) - Use `$()` syntax for cat commands
-
Gergely Nagy authored
-
- 18 Nov, 2015 2 commits
-
-
Andrew Janke authored
In bindkey strings, "^[" and "\e" mean the same thing. They're both notations for Escape.
-
Andrew Janke authored
The zle-line-init and zle-line-finish definitions here were broken with respect to smkx/rmkx because their "if" logic had fallthrough where it shouldn't, so the mode was left in rmkx all the time. This just removes those widgets entirely, because they're now defined (correctly) in lib/keybindings.zsh and not needed in plugins.
-
- 17 Nov, 2015 1 commit
-
-
Ahmad Awais authored
-
- 16 Nov, 2015 2 commits
-
-
Andrew Janke authored
Closes #4616 Changes the `plugins=(... mercurial ...)` to be closer to correct zsh syntax, removing commas and extra spaces. Revises discussion on configuring themes to avoid sounding like users should modify the theme definition file in the main OMZ folder. Prioritizes the suggestion of using a theme which already supports hg_prompt_info.
-
Ahmad Awais authored
Two similar aliases which were causing issues.
-
- 15 Nov, 2015 1 commit
-
-
Denis authored
-
- 06 Nov, 2015 1 commit
-
-
Andrew Janke authored
Removes old completion setup that breaks with current _git and _hub completions. Ruby is no longer required by hub; removes that test. Does not define new completions for hub; they are now defined by hub itself. Change the functions to use hub to create the repos on GitHub. Add error checking to the functions. Removes apparently-unused _github completion definition.
-
- 04 Nov, 2015 1 commit
-
-
Eduardo San Martin Morote authored
Closes #3248 Closes #4570
-
- 01 Nov, 2015 1 commit
-
-
Sebastian Gniazdowski authored
-
- 30 Oct, 2015 1 commit
-
-
Danny Hawkins authored
-
- 21 Oct, 2015 2 commits
-
-
Cooper Maruyama authored
* `cfp` alias was referencing an old version of the `cf` command which no longer exists. This has been updated to reference a valid command.
-
Satoshi Ohmori authored
-
- 20 Oct, 2015 2 commits
-
-
evanandrewrose authored
-
Satoshi Ohmori authored
-
- 19 Oct, 2015 1 commit
-
-
Superbil authored
Check pyenv-virtualenv can eval before use it. Signed-off-by: Superbil <superbil@gmail.com>
-
- 15 Oct, 2015 2 commits
-
-
Arvind Chembarpu authored
-
Arvind Chembarpu authored
-
- 12 Oct, 2015 1 commit
-
-
Gustavo Villa authored
-
- 10 Oct, 2015 2 commits
-
-
Satoshi Ohmori authored
-
Andrew Janke authored
Fixes bug introduced in #4440
-
- 09 Oct, 2015 2 commits
-
-
Bruno Volcov authored
-
Robby Russell authored
-
- 05 Oct, 2015 2 commits
-
-
Robby Russell authored
Removing legacy rails-specific aliases from the Textmate plugin. This is probably best handled as a custom plugin.
-
Andrew Janke authored
-
- 04 Oct, 2015 1 commit
-
-
Kevin O'Neal authored
-
- 03 Oct, 2015 1 commit
-
-
uberspot authored
-
- 02 Oct, 2015 2 commits
-
-
Will Weaver authored
-
Andrew Janke authored
This changes all the __git_* functions it was defining to __gitex_* to avoid collisions with the internal functions used inside _git from zsh.
-
- 01 Oct, 2015 1 commit
-
-
Andrew Janke authored
-