- 27 Nov, 2015 1 commit
-
-
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 1 commit
-
-
Andrew Janke authored
In bindkey strings, "^[" and "\e" mean the same thing. They're both notations for Escape.
-
- 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.
-
- 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
-
- 30 Sep, 2015 1 commit
-
-
Xavier Haniquaut authored
-
- 29 Sep, 2015 2 commits
-
-
Rob Loach authored
The Atom plugin is obsolete. See #3193
-
Xavier Haniquaut authored
-
- 28 Sep, 2015 4 commits
-
-
Gutem authored
-
Gustavo Villa authored
-
Joseph Post authored
-
LE Manh Cuong authored
Currently, encode64 plugin using `echo -n` to print the content of $1 variable. This approach will not work with arbitrary data, which contains sequence of escaped characters, since when many `echo` implementation will expand them. This commit chage the usage to `printf`, which is builtin in all POSIX shells and can print arbitrary data reliability.
-
- 27 Sep, 2015 1 commit
-
-
Tyler Charlesworth authored
-
- 25 Sep, 2015 1 commit
-
-
Piotr Gaczkowski authored
-
- 24 Sep, 2015 1 commit
-
-
Aleksandar Vidakovic authored
-