Tommy Wang
d0b690b584
use local options to set no_equals before sourcing bash completion script
11 years ago
Filip Bartuzi
e55d84f76e
Add reference to bundler plugin issue in README
11 years ago
Erlend Hamberg
763cef8013
Add `leaves` command to `brew` completion
11 years ago
Vadim
4b76b7429a
remove trash command from osx plugin
11 years ago
wyldphyre
cf3fb873ec
Added README.md file for ForkLift plugin
11 years ago
wyldphyre
81da07602c
Added README.md file for atom plugin
11 years ago
wyldphyre
a2d7d36e70
Added README.md file
11 years ago
CkEsc
c28b226af2
Fix README.md for sst command
11 years ago
Daniel Campoverde [alx741]
0e35bd4001
Plugins: vi-mode: Add first README file
11 years ago
KhasMek
0f96e8e6c2
Plugins: archlinux - add basic README.
11 years ago
KhasMek
e5929680fd
Plugins: archlinux - use command -v in favor of which
...
The command 'which' launches an external process that isn't
really necessary.
11 years ago
KhasMek
e0ce87632d
Plugins: apache2-macports - add README
11 years ago
Mikhail S. Pobolovets
1f008b4113
Update Mix complition upto 1.0.4
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
11 years ago
Jorge González
02c2b74918
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
11 years ago
regagain
266894c6a1
Update taskwarrior.plugin.zsh
...
Corrected documentation to avoid confusion (see https://github.com/robbyrussell/oh-my-zsh/issues/3796 )
11 years ago
Michele Bologna
1a4dc0d2db
Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).
11 years ago
Paul
8791d7e09e
Update bgnotify.plugin.zsh
...
Fixed error with spaces in commands
11 years ago
Luca Stefani
af4ffe56ea
adb: add more commands
11 years ago
Octavian Neamtu
fb5b83d10d
Fixed jump pluging to display the right mark name on 'mark . '
11 years ago
Oleksandr Shybystyi
563e1052c7
Added README for mercurial plugin
11 years ago
Paul Melnikow
4c409b0de9
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.
11 years ago
Jonathan Roemer
e8ac8b9b5f
Added support for detecting Sublime Text 3 on Arch Linux
11 years ago
Matheus Cruz Rocha
6bec3c6719
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
11 years ago
DimitriSteyaert
83c3316cf4
Added the tugboat autocompletion plugin
11 years ago
Blake Watters
25df9f3998
Disable globbing when executing `zeus rake` aliases to enable use of square brackets without escaping
11 years ago
Sean Escriva
f21a672fed
add kitchen completion plugin from @petere
11 years ago
Andrew Purcell
41104f8af8
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.
11 years ago
David Hartmann
8652fd64ef
added comment functionality
...
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
11 years ago
Wayne
729b19c085
Remove docker insert command
...
Remove the docker insert command of autocomplete
11 years ago
liuxiang
45e3f623cc
Add README for httpie plugin
11 years ago
Alexandre Joly
d686f8a8d0
generate with 'pod --completion-script' /cc thx to @ajmccall
...
version bumped
11 years ago
Alexandre Joly
a2f782e5f3
updated the command list to the latest cocoapod version (0.33.0)
...
version bumped
11 years ago
Lucas Braun
cffeefde90
Add installation instructions to README
...
Update README formatting
11 years ago
Nicolas Brousse
7416018d1c
Create new aliases for homebrew plugin
11 years ago
Jad Bitar
6504a2d386
Add CakePHP3 plugin
11 years ago
ncanceill
5b75cc7880
Many updates to git plugin (see #2790 )
11 years ago
Kennedy Oliveira
2dbf9951d9
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
11 years ago
Will Mendes
590d393595
Add autocomplete for frontend-search
11 years ago
Will Mendes
05f2ad3dbb
fix stackoverflow url in search
11 years ago
Will Mendes
eea77b7cb7
Add stackoverflow link
11 years ago
Abner Chen
0dde9943c9
[Modify] Update django.plugin.zsh for Django 1.7.6
11 years ago
XerWandeRer
a414b5e3d9
Update _adb
...
Added support for `tcpip` option
11 years ago
James Womack
c58c623305
Use camelCase for npm aliases
11 years ago
wyldphyre
01ec37e5f8
Added missing 'stt' command alias
11 years ago
wyldphyre
2e1b964c00
Add README.md file
11 years ago
Kristján Oddsson
1308515d1c
Re-order OS detection if..else statement.
...
This patch will re-order the if statements when checking what operating
system the user is running.
This is useful for people that already have a `notify-send` binary in
their $PATH but are running OSX. An example of such requirements is
anyone running `vagrant-notify` is required to have a `notify-send`
binary on their $PATH.
See [link](https://github.com/fgrehm/vagrant-notify#os-x ).
11 years ago
uberspot
0dc7b5c049
add nmap plugin with some aliases for scan modes
11 years ago
Michał Ordon
8b45118f26
Update Grunt plugin to 0.1.2
11 years ago
Mads Mætzke Tandrup
7fc47e7ebc
Fixing spaces in title and message given to bgnotify on OS X
11 years ago
Robby Russell
43bdea4c2f
Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes #2562
11 years ago