- 27 Nov, 2015 8 commits
-
-
Andrew Janke authored
-
Marc Cornellà authored
[wd] update minor version (v0.4.2)
-
Marc Cornellà authored
Update uninstall.sh
-
Marc Cornellà authored
Update github plugin to work with current hub versions
-
Marc Cornellà authored
Fixes #4565
-
Andrew Janke authored
-
Marc Cornellà authored
Drop the use of nohup on OSX for tmux compatibility
-
Marc Cornellà authored
Apparently `nohup` is not needed in OSX, and using it has the side that it may break under tmux with the error nohup: can't detach from console: No such file or directory For now, this commit only drops the use of `nohup` in OSX. But it *may* not be necessary under other similar platforms.
-
- 23 Nov, 2015 1 commit
-
-
Markus Faerevaag authored
-
- 21 Nov, 2015 3 commits
-
-
Marc Cornellà authored
gradle plugin: also list tasks in subprojects Cleanup gradle plugin file
-
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
-
- 20 Nov, 2015 5 commits
-
-
Marc Cornellà authored
dircycle: remove redundant key bindings
-
Marc Cornellà authored
Removed Similar Aliases
-
Marc Cornellà authored
bundle outdated alias
-
Marc Cornellà authored
Fixing strange git unstaged prompt behavior
-
Marc Cornellà authored
Mercurial plugin: revise README
-
- 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
-
- 12 Nov, 2015 2 commits
-
-
Robby Russell authored
use capit instead of shipit as shipit conflicts with npm package shipit
-
Robby Russell authored
typo: able take -> able to take
-
- 10 Nov, 2015 1 commit
-
-
Pepe Bawagan authored
-
- 08 Nov, 2015 1 commit
-
-
Justin LeFebvre authored
I noticed that for certain projects with unstaged changed I would get a 'U' character instead of the '●' character. This should fix that.
-
- 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
-
-
LE Manh Cuong authored
-
- 30 Oct, 2015 1 commit
-
-
Danny Hawkins authored
-
- 23 Oct, 2015 2 commits
-
-
LE Manh Cuong authored
-
LE Manh Cuong authored
- Need dot `.` for POSIX compliant instead of `source` - Use modern syntax for command substitution - Fix missing double quotes
-
- 21 Oct, 2015 9 commits
-
-
Marc Cornellà authored
[README] Update custom directory command and fix code blocks
-
Marc Cornellà authored
-
Marc Cornellà authored
Fix typo. Close #4016
-
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.
-
Marc Cornellà authored
[FIX ERROR] Refactor for function in plugins/rake-fast/rake-fast.plugin.zsh
-
Marc Cornellà authored
Really this time :P Fixes #4533
-
Satoshi Ohmori authored
-
Marc Cornellà authored
-
Marc Cornellà authored
We need to use POSIX syntax. This file is no longer executed with zsh. Fixes #4483.
-