Kaelig
b6997f6972
Update link to git completion
10 years ago
Andrew Janke
c52f67746b
common-aliases: handle "dev" versions in version check
...
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 years ago
Gregory McCue
fb5effd5d8
Add Ecosia to web-search plugin.
10 years ago
Sebastian Gniazdowski
357d57c541
znt: include some status information on top of the window
10 years ago
Bilal Amarni
0d45e771c8
[Composer] redirect stderr to /dev/null for completion commands
10 years ago
Sebastian Gniazdowski
c793baeadd
znt: optimize heap usage for older Zsh's (e.g. 5.0.8)
10 years ago
Sebastian Gniazdowski
89205f90e5
znt: faster startup of tools using colorifying (e.g. n-history)
10 years ago
Hugh Wang
a42a3eead7
Recognize Firefox addon and Android packages.
10 years ago
Sebastian Gniazdowski
d427ac1ef9
znt: twice as fast searching
10 years ago
Sebastian Gniazdowski
ae84be7e31
znt: updated README.md
10 years ago
Sebastian Gniazdowski
39e4dfb6a6
Updated README.md
10 years ago
Sebastian Gniazdowski
c8852902a9
Renamed README.txt to README.md
10 years ago
Sebastian Gniazdowski
c2b4d9ff40
znt: n-history supports multi-line cmds and starts with current buffer
10 years ago
Andrew Janke
2205aa42aa
z plugin: fix loading from custom location
...
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.
10 years ago
Andrew Janke
7e398391db
history-substring-search: update to upstream version 2015-09-28
...
Updates OMZ's copy to commit 2c295432175990c1bb4e90bc13f609daa67a25d6 from zsh-users/zsh-history-substring-search
10 years ago
Andrew Janke
d7e6ba0b66
history-substring-search: add a script to automatically update OMZ from the upstream repo
10 years ago
WeeBull
b57ddd6a67
Use actual `commit --amend` command for Mercurial
...
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).
10 years ago
Markus Faerevaag
7d9648e631
[wd] update minor version (v0.4.2)
10 years ago
Marc Cornellà
249d2229d4
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
10 years ago
Gergely Nagy
950bbccd60
gradle plugin: also list tasks in subprojects
10 years ago
Andrew Janke
c8e280f2ab
dircycle: remove redundant key bindings
...
In bindkey strings, "^[" and "\e" mean the same thing. They're both notations for Escape.
11 years ago
Andrew Janke
8ea773582f
vi-mode: remove line-init/finish widgets that broken terminfo keybindings
...
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.
11 years ago
Ahmad Awais
8f823c6371
Update README.md
11 years ago
Andrew Janke
cca422eacf
Mercurial plugin: revise README
...
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.
11 years ago
Ahmad Awais
602cc62a5d
Removed Similar Aliases
...
Two similar aliases which were causing issues.
11 years ago
Denis
bee79f0871
bundle outdated alias
11 years ago
Andrew Janke
24492a2fdb
Update github plugin to work with current hub versions
...
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.
11 years ago
Eduardo San Martin Morote
d3363964a2
Updated z version
...
Closes #3248
Closes #4570
11 years ago
Alberto Gireud
f6557932e9
Add OSX support for command-not-found
11 years ago
Sebastian Gniazdowski
4c292ea2b0
Initial commit of Zsh Navigation Tools
11 years ago
Daniel Hahler
9e4aba4c8c
archlinux: use $+commands instead of 'command -v' in a subshell
11 years ago
Danny Hawkins
8d388e464c
use capit instead of shipit as shipit conflicts with npm package shipit
11 years ago
Cooper Maruyama
9264d75d5d
Fix typo.
...
* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
11 years ago
Satoshi Ohmori
a1755e652c
Refactor for method in plugins/rake-fast/rake-fast.plugin.zsh
11 years ago
evanandrewrose
fe02e027fe
Fix "be" -> "b" typo in coffee plugin README.md.
11 years ago
Satoshi Ohmori
2c8697b934
[ FIX #4525 ]: Fix typo
11 years ago
Superbil
2c54428d6e
Fixd bug for pyenv plugin
...
Check pyenv-virtualenv can eval before use it.
Signed-off-by: Superbil <superbil@gmail.com>
11 years ago
Gustavo Villa
e5164d7b70
Add 'rake stats' alias.
11 years ago
Arvind Chembarpu
8a362b2b1f
Enable pyenv rehash
11 years ago
Arvind Chembarpu
8a95cedc3b
Init pyenv virtualenvs too
11 years ago
Gustavo Villa
b18d386d7f
Add option '--port' to 'rails server' alias.
11 years ago
Satoshi Ohmori
7597bf805e
Add an alias for upstream
11 years ago
Andrew Janke
2d0e7fbdad
autoenv: actually source autoenv once located
...
Fixes bug introduced in #4440
11 years ago
Bruno Volcov
252078dd6c
add alias to sort by version
11 years ago
Robby Russell
bb509dda23
Renaming colored-man to colored-man-pages because it needs to be.
11 years ago
Robby Russell
d26549b7ec
Removing legacy rails-specific aliases from the Textmate plugin. This is probably best handled as a custom plugin.
11 years ago
Giordano Vicari
ee8f3771e9
Added support to subtask through gulp --tasks-simple command
11 years ago
Andrew Janke
b6d78df62c
clip*: add xsel support
11 years ago
Kevin O'Neal
a95473919a
Update Gradle Commands
11 years ago
uberspot
df5e1f9c2c
Add 3 more nmap aliases to nmap plugin
11 years ago