Glenn / devalias
2a0be1aad4
Add hash imported from
10 years ago
Glenn / devalias
db39afe95b
Update _brew to match latest
...
Updated _brew to match latest in https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh
10 years ago
Eddie Dunn
78bf3dd9b2
pylint.plugin.zsh: Remove include-ids=y
...
The flag `--include-ids` is soon to be deprecated for Pylint. This pull request
removes that option from pylint-quick
10 years ago
Anton Rieder
a6ad7a0c8d
Add missing alias to README of bundler plugin
10 years ago
low-ghost
494b07b093
Update gitignore.plugin: comma separated arguments
...
Seems like this is more like the intended effect, splits arguments with commas
for proper gitignore.io api request.
Thanks for teaching me about custom compdef completions!
Updated with zsh join operator by Marc Cornellà
10 years ago
Sébastien Larivière
7daa207dbc
Adding support for stdin input in the encode64 plugin
10 years ago
Sebastian Gniazdowski
77f93f61c5
znt: optimizations for zsh<=5.2, use $BUFFER if cmd is not from history
10 years ago
“Valentin
b9ace28179
Vault basic autocompletion.
10 years ago
Andrew Janke
9dd8def169
forklift: update homepage URL and tweak formatting
10 years ago
Stefan Wrobel
3dfd2166fa
chruby plugin locals moved inside function
10 years ago
Satoshi Ohmori
06659f7fc1
Support bundler
10 years ago
atk91
d853ec4b62
Closes #4727
10 years ago
Paul Calabro
247a582d09
Fixed a typo.
10 years ago
Pavan Rikhi
3ebbb40b31
colored-man-pages: Use Portable `less` Path
10 years ago
Giordano Vicari
015437cab8
Update gulp.plugin.zsh
...
Remove `local` stuff that cause an error in shell
10 years ago
Marc Cornellà
3162de563f
Add hub's completion file
...
This uses the version at commit 35c76bf (2015-12-08)
35c76bf91d
10 years ago
Marc Cornellà
5e310c5308
Fix syntax error in colored-man-pages
...
Commit 09d2a597a5 introduced the bug, which is due to using
single brackets conditions at the same time as *.
This commit should fix it and use double brackets everywhere
else.
Fixes #4699
10 years ago
Giordano Vicari
4f314e2a32
Update gulp.plugin.zsh
...
Add local stuff
10 years ago
Giordano Vicari
8042394c78
Update gulp.plugin.zsh
...
Sort pipe dropped and fix 2>/dev/null
10 years ago
Sebastian Gniazdowski
d30a501b1c
znt: more optimizing workarounds for 5.0.6 <= zsh < 5.2
10 years ago
Marc Cornellà
09d2a597a5
Fix style of colored-man-pages plugin
10 years ago
cknoblauch
a8157293a7
colored-man plugin: Quoted PATH variable
...
Some environments (in my case, cygwin) have PATH variables with directories
with spaces in them, breaking colored-man.
Adding quotes around the PATH environment variable makes the plugin run OK.
10 years ago
Andrew Janke
9f552130bd
Move current_branch() from git plugin to core lib/git.zsh
...
Fixes #4085 : core -> plugin dependency issue.
Rename it to git_current_branch for clarity that it's git-specific.
Update all plugins that were calling it to use new name.
Fix variable leaks by making more variables in lib/git.zsh local.
Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
10 years ago
Victor Torres
fe63ed09b7
Updating speed test info and using zsh command line.
10 years ago
Victor Torres
cf5db83fac
Implementing mcornella's suggestions in pull request 4451.
10 years ago
Kaelig
6190d3e8ba
Point to the GitHub repository
10 years ago
Andrew Janke
45822e85c5
history-substring-search: bind arrows in both emacs and viins modes
...
This avoids an ordering dependency between this and the vi-mode plugin.
10 years ago
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