- 04 Dec, 2015 1 commit
-
-
Sebastian Gniazdowski authored
-
- 03 Dec, 2015 1 commit
-
-
Sebastian Gniazdowski authored
-
- 30 Nov, 2015 7 commits
-
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
Marc Cornellà authored
znt: n-history supports multi-line cmds and starts with current buffer Fixes #4648
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
Sebastian Gniazdowski authored
-
Marc Cornellà authored
Update Zsh Navigation Tools plugin
-
- 29 Nov, 2015 3 commits
-
-
Marc Cornellà authored
There a syntax error if $cmd_var contains more than one word, so we drop the current way to prepend nohup and use a simpler if-else form.
-
Marc Cornellà authored
Also accept any forms of yes as an answer to the "do you want to update?" prompt
-
Marc Cornellà authored
vi-mode: fix smkx/rmkx by removing broken line-init/finish widgets
-
- 27 Nov, 2015 13 commits
-
-
Marc Cornellà authored
Closes #4578
-
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.
-
Marc Cornellà authored
Update z version to 5dc2a86
-
Marc Cornellà authored
-
Andrew Janke authored
Updates OMZ's copy to commit 2c295432175990c1bb4e90bc13f609daa67a25d6 from zsh-users/zsh-history-substring-search
-
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 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
-