- 16 Dec, 2015 1 commit
-
-
Paul Calabro authored
-
- 15 Dec, 2015 10 commits
-
-
Pavan Rikhi authored
-
Giordano Vicari authored
Remove `local` stuff that cause an error in shell
-
Marc Cornellà authored
This uses the version at commit 35c76bf (2015-12-08) https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440
-
Marc Cornellà authored
Commit 09d2a597 introduced the bug, which is due to using single brackets conditions at the same time as *. This commit should fix it and use double brackets everywhere else. Fixes #4699
-
Giordano Vicari authored
Add local stuff
-
Giordano Vicari authored
Sort pipe dropped and fix 2>/dev/null
-
Sebastian Gniazdowski authored
-
Marc Cornellà authored
-
cknoblauch authored
Some environments (in my case, cygwin) have PATH variables with directories with spaces in them, breaking colored-man. Adding quotes around the PATH environment variable makes the plugin run OK.
-
Andrew Janke authored
Fixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
-
- 14 Dec, 2015 3 commits
-
-
Victor Torres authored
-
Victor Torres authored
-
Kaelig authored
-
- 13 Dec, 2015 1 commit
-
-
Andrew Janke authored
This avoids an ordering dependency between this and the vi-mode plugin.
-
- 11 Dec, 2015 2 commits
-
-
Kaelig authored
-
Andrew Janke authored
Uses `is-at-least` instead of a numeric comparison hack, so versions with non-numeric bits like "4.5.0-dev5" don't throw errors.
-
- 10 Dec, 2015 1 commit
-
-
Gregory McCue authored
-
- 07 Dec, 2015 1 commit
-
-
Sebastian Gniazdowski authored
-
- 06 Dec, 2015 1 commit
-
-
Bilal Amarni authored
-
- 04 Dec, 2015 1 commit
-
-
Sebastian Gniazdowski authored
-
- 03 Dec, 2015 1 commit
-
-
Sebastian Gniazdowski authored
-
- 02 Dec, 2015 1 commit
-
-
Hugh Wang authored
-
- 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
-
- 26 Nov, 2015 1 commit
-
-
WeeBull authored
Rather than trying to emulate `git commit --amend` using mercurial queues (which might have side effects if you're using MQ for other things) use the `commit --amend` command which was introduced in Mercurial 2.2 (2012-05-01).
-
- 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.
-