Age | Commit message (Collapse) | Author |
|
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.
|
|
Update z version to 5dc2a86
|
|
|
|
Updates OMZ's copy to commit 2c295432175990c1bb4e90bc13f609daa67a25d6 from zsh-users/zsh-history-substring-search
|
|
upstream repo
|
|
[wd] update minor version (v0.4.2)
|
|
Update uninstall.sh
|
|
Update github plugin to work with current hub versions
|
|
Fixes #4565
|
|
|
|
Drop the use of nohup on OSX for tmux compatibility
|
|
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.
|
|
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).
|
|
|
|
gradle plugin: also list tasks in subprojects
Cleanup gradle plugin file
|
|
- Delete useless #!zsh
- Simplify gradle build file check
- Format comments and delete TODO stuff (already dealt with)
- Use `$()` syntax for cat commands
|
|
|
|
dircycle: remove redundant key bindings
|
|
Removed Similar Aliases
|
|
bundle outdated alias
|
|
Fixing strange git unstaged prompt behavior
|
|
Mercurial plugin: revise README
|
|
In bindkey strings, "^[" and "\e" mean the same thing. They're both notations for Escape.
|
|
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.
|
|
|
|
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.
|
|
Two similar aliases which were causing issues.
|
|
|
|
use capit instead of shipit as shipit conflicts with npm package shipit
|
|
typo: able take -> able to take
|
|
|
|
character instead of the '●' character. This should fix that.
|
|
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.
|
|
Closes #3248
Closes #4570
|
|
|
|
|
|
|
|
|
|
- Need dot `.` for POSIX compliant instead of `source`
- Use modern syntax for command substitution
- Fix missing double quotes
|
|
[README] Update custom directory command and fix code blocks
|
|
|
|
Fix typo.
Close #4016
|
|
* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
|
|
[FIX ERROR] Refactor for function in plugins/rake-fast/rake-fast.plugin.zsh
|
|
Really this time :P
Fixes #4533
|
|
|
|
|
|
We need to use POSIX syntax. This file is no longer executed with zsh.
Fixes #4483.
|
|
Drops the `function` keyword and uses only `func(){}` syntax as per the
POSIX specification:
http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_05
Related: #4531
|
|
This reverts commit c9d93757e82785a0fd1e0d1222f5d61e01849703, which
makes it fail with a syntax error:
sh: 1: Syntax error: "(" unexpected
|