Commit graph

1,737 commits

Author SHA1 Message Date
Tommy Wang
fafdfc78f7 use local options to set no_equals before sourcing bash completion script 2015-06-13 10:57:31 +02:00
Filip Bartuzi
892a12f7da Add reference to bundler plugin issue in README 2015-06-12 00:36:53 +02:00
Erlend Hamberg
1a5c9fad97 Add leaves command to brew completion 2015-06-12 00:24:43 +02:00
Vadim
c322c5d25c remove trash command from osx plugin 2015-06-12 00:21:44 +02:00
wyldphyre
62ebd1bdce Added README.md file for ForkLift plugin 2015-06-12 00:17:26 +02:00
wyldphyre
6794e7501c Added README.md file for atom plugin 2015-06-12 00:17:22 +02:00
wyldphyre
a5c55b2b9b Added README.md file 2015-06-12 00:17:17 +02:00
CkEsc
e22128c269 Fix README.md for sst command 2015-06-12 00:14:59 +02:00
Daniel Campoverde [alx741]
722f222206 Plugins: vi-mode: Add first README file 2015-06-12 00:08:26 +02:00
KhasMek
34b24d34cf Plugins: archlinux - add basic README. 2015-06-12 00:03:55 +02:00
KhasMek
ae8bea0306 Plugins: archlinux - use command -v in favor of which
The command 'which' launches an external process that isn't
  really necessary.
2015-06-12 00:03:16 +02:00
KhasMek
005af5d895 Plugins: apache2-macports - add README 2015-06-12 00:00:47 +02:00
Mikhail S. Pobolovets
abd64745db Update Mix complition upto 1.0.4
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2015-06-11 21:10:55 +02:00
Jorge González
725f2db71f Update aliases in laravel5.plugin.zsh file
Some minor changes to the aliases.
* removed php artisan dump-autoload since is no longer a command in laravel 5
* updated the la5routes alias to the new version of the command
* added a la5vendor alias to publish assets from vendor packages
2015-06-11 21:10:39 +02:00
regagain
0a0575efd9 Update taskwarrior.plugin.zsh
Corrected documentation to avoid confusion (see https://github.com/robbyrussell/oh-my-zsh/issues/3796)
2015-06-11 21:10:38 +02:00
Michele Bologna
e5b6e68b71 Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss). 2015-06-11 21:10:38 +02:00
Paul
73691bb36b Update bgnotify.plugin.zsh
Fixed error with spaces in commands
2015-06-11 21:10:37 +02:00
Luca Stefani
79baeb6482 adb: add more commands 2015-06-11 21:10:37 +02:00
Octavian Neamtu
d942ecfc31 Fixed jump pluging to display the right mark name on 'mark . ' 2015-06-11 21:10:36 +02:00
Oleksandr Shybystyi
ec73a1c5fa Added README for mercurial plugin 2015-06-11 21:10:35 +02:00
Paul Melnikow
b6f4f60fba sublime: Make subl a function so it can be called from functions in other modules
Without this change, whether a function can invoke 'subl' depends on the order in which modules are loaded. With this change, the order doesn't matter.

zsh resolves aliases at parse time not run time, which means if you invoke an alias from a function, the alias must be defined before the function.

See http://stackoverflow.com/a/25532276/893113 which refers to an explanation of this limitation.

For code which may be used non-interactively, the recommend workaround is to use functions instead of aliases.
2015-06-11 21:10:34 +02:00
Jonathan Roemer
e544823ebc Added support for detecting Sublime Text 3 on Arch Linux 2015-06-11 21:10:34 +02:00
Matheus Cruz Rocha
d4e6626f91 Update history-substring-search README
This Change remove the .zsh on the plugin activate example, cause with the .zsh at the end the plugin won't be activated
2015-06-11 21:10:34 +02:00
DimitriSteyaert
6616efa1a0 Added the tugboat autocompletion plugin 2015-06-11 21:10:33 +02:00
Blake Watters
c51baf7b0f Disable globbing when executing zeus rake aliases to enable use of square brackets without escaping 2015-06-10 14:36:55 +02:00
Sean Escriva
0b35ee5ae7 add kitchen completion plugin from @petere 2015-06-10 14:36:55 +02:00
Andrew Purcell
a497f88b31 Fix homebrew directory in aws plugin.
Sometimes the output of ``homebrew --prefix`` and ``homebrew --prefix
awscli`` don't match, and the second is the correct call.
2015-06-10 14:36:54 +02:00
David Hartmann
cb39867a61 added comment functionality
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
2015-06-10 14:36:54 +02:00
Wayne
ba10c1676a Remove docker insert command
Remove the docker insert command of autocomplete
2015-06-10 14:36:53 +02:00
liuxiang
c2d1a2c1d3 Add README for httpie plugin 2015-06-10 14:36:53 +02:00
Alexandre Joly
ba6187005e generate with 'pod --completion-script' /cc thx to @ajmccall
version bumped
2015-06-10 14:36:52 +02:00
Alexandre Joly
506b270a49 updated the command list to the latest cocoapod version (0.33.0)
version bumped
2015-06-10 14:36:52 +02:00
Robby Russell
24ad5a4f2f Merge pull request #3320 from moul/pr-boot2docker
[boot2docker plugin] Initial version
2015-06-05 08:06:11 -07:00
Robby Russell
82b62eff96 Merge pull request #2999 from nicorevin/master
fix paclist() for non-english locales
2015-06-05 08:04:59 -07:00
Robby Russell
ac9d7693f7 Merge pull request #2736 from felipec/fc/gitfast
gitfast: update to upstream v1.9.2
2015-06-05 08:04:32 -07:00
Robby Russell
535bd7820d Merge pull request #1951 from Neal/extract-ipsw
Add .ipsw to the extract plugin.
2015-06-05 08:04:12 -07:00
Robby Russell
82b41f3133 Merge pull request #2790 from ncanceill/plugin-git
[UPDATE] Plugin: git
2015-06-05 08:01:31 -07:00
Robby Russell
9068af186c Merge pull request #3945 from nicolas-brousse/homebrew-plugin
Create new aliases for homebrew plugin
2015-06-04 22:17:34 -07:00
Lucas Braun
b55a5dd7d8 Add installation instructions to README
Update README formatting
2015-06-04 11:00:21 -04:00
Nicolas Brousse
4d830c9a8c Create new aliases for homebrew plugin 2015-05-31 19:34:01 +02:00
Jad Bitar
297c19d810 Add CakePHP3 plugin 2015-05-12 13:23:05 -04:00
ncanceill
467854cb12 Many updates to git plugin (see #2790) 2015-05-08 16:00:22 +02:00
Robby Russell
cd18fa308e Merge pull request #3825 from kennedyoliveira/master
Some fixes for Docker plugin
2015-05-01 08:21:06 -07:00
Kennedy Oliveira
d9338a243f Fixing some issues where show repeated weird values, and fixed commands that need the container autocomplete without being running, like start, now it autocompletes showing all the containers so you can start without knowing the right name 2015-04-29 15:17:11 -03:00
Will Mendes
01b448366b Add autocomplete for frontend-search 2015-04-26 11:43:45 -03:00
Will Mendes
9200eedfe1 fix stackoverflow url in search 2015-04-23 00:38:25 -03:00
Will Mendes
1a3aad4d99 Add stackoverflow link 2015-04-18 20:59:13 -03:00
Robby Russell
eaf8a32ba7 Merge pull request #3683 from jameswomack/fix_3640
Use camelCase for npm aliases
2015-03-30 07:37:40 -07:00
Robby Russell
19c0bcb988 Merge pull request #3692 from XerWandeRer/master
Update _adb
2015-03-20 22:20:04 -07:00
Abner Chen
2229993968 [Modify] Update django.plugin.zsh for Django 1.7.6 2015-03-17 03:26:44 +08:00