Will Mendes
480ad804a6
Fix bug in compass docs search
10 years ago
Marvin Frommhold
31614f8c40
fix terminal color pollution, see issue https://github.com/robbyrussell/oh-my-zsh/issues/4856
10 years ago
Marc Cornellà
624518054b
Add README to dnf plugin
10 years ago
Marc Cornellà
c0b12523fe
Fix deprecated dnf commands
...
Update -> upgrade
Erase -> remove
10 years ago
George Machitidze
ee86f1a627
Create dnf plugin
...
Adds some useful aliases
10 years ago
Filippo Valsorda
52737b1828
git.plugin: remove the conflicting gvt alias
...
See FiloSottile/gvt#19 and FiloSottile/gvt#4
10 years ago
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
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à
11 years ago
Sébastien Larivière
7daa207dbc
Adding support for stdin input in the encode64 plugin
11 years ago
Sebastian Gniazdowski
77f93f61c5
znt: optimizations for zsh<=5.2, use $BUFFER if cmd is not from history
11 years ago
“Valentin
b9ace28179
Vault basic autocompletion.
11 years ago
Andrew Janke
9dd8def169
forklift: update homepage URL and tweak formatting
11 years ago
Stefan Wrobel
3dfd2166fa
chruby plugin locals moved inside function
11 years ago
Paul Calabro
247a582d09
Fixed a typo.
11 years ago
Pavan Rikhi
3ebbb40b31
colored-man-pages: Use Portable `less` Path
11 years ago
Giordano Vicari
015437cab8
Update gulp.plugin.zsh
...
Remove `local` stuff that cause an error in shell
11 years ago
Marc Cornellà
3162de563f
Add hub's completion file
...
This uses the version at commit 35c76bf (2015-12-08)
35c76bf91d
11 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
11 years ago
Giordano Vicari
4f314e2a32
Update gulp.plugin.zsh
...
Add local stuff
11 years ago
Giordano Vicari
8042394c78
Update gulp.plugin.zsh
...
Sort pipe dropped and fix 2>/dev/null
11 years ago
Sebastian Gniazdowski
d30a501b1c
znt: more optimizing workarounds for 5.0.6 <= zsh < 5.2
11 years ago
Marc Cornellà
09d2a597a5
Fix style of colored-man-pages plugin
11 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.
11 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.
11 years ago
Victor Torres
fe63ed09b7
Updating speed test info and using zsh command line.
11 years ago
Victor Torres
cf5db83fac
Implementing mcornella's suggestions in pull request 4451.
11 years ago
Kaelig
6190d3e8ba
Point to the GitHub repository
11 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.
11 years ago
Kaelig
b6997f6972
Update link to git completion
11 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.
11 years ago
Gregory McCue
fb5effd5d8
Add Ecosia to web-search plugin.
11 years ago
Sebastian Gniazdowski
357d57c541
znt: include some status information on top of the window
11 years ago
Bilal Amarni
0d45e771c8
[Composer] redirect stderr to /dev/null for completion commands
11 years ago
Sebastian Gniazdowski
c793baeadd
znt: optimize heap usage for older Zsh's (e.g. 5.0.8)
11 years ago
Sebastian Gniazdowski
89205f90e5
znt: faster startup of tools using colorifying (e.g. n-history)
11 years ago
Hugh Wang
a42a3eead7
Recognize Firefox addon and Android packages.
11 years ago
Sebastian Gniazdowski
d427ac1ef9
znt: twice as fast searching
11 years ago
Sebastian Gniazdowski
ae84be7e31
znt: updated README.md
11 years ago
Sebastian Gniazdowski
39e4dfb6a6
Updated README.md
11 years ago
Sebastian Gniazdowski
c8852902a9
Renamed README.txt to README.md
11 years ago
Sebastian Gniazdowski
c2b4d9ff40
znt: n-history supports multi-line cmds and starts with current buffer
11 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.
11 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
11 years ago
Andrew Janke
d7e6ba0b66
history-substring-search: add a script to automatically update OMZ from the upstream repo
11 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).
11 years ago
Markus Faerevaag
7d9648e631
[wd] update minor version (v0.4.2)
11 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
11 years ago
Gergely Nagy
950bbccd60
gradle plugin: also list tasks in subprojects
11 years ago