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
ncanceill
f513999a4d
git plugin: make b local in gg* functions
...
because it leaked, and led to #3991
11 years ago
ncanceill
6ff96dab36
git plugin: fix error msg in gwip alias
...
because git rm will fail when no files were deleted
11 years ago
ncanceill
6c29041af7
git plugin: global var for git command
...
due to issues like #3962
until a proper plugin-loading system is implemented
11 years ago
ncanceill
a570f4b7f3
git plugin: bring back olg gg aliases
...
by popular demand, see #3972
11 years ago
Eubene Sa
10c92cc083
Updates to ember-cli plugin
11 years ago
UserTaken
557dc09d71
More run and create options
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
Rodrigo Argumedo
b7d041c627
Add rdrs method to reset the database(s)
11 years ago
Werner Buck
5770ad51f9
Set AWS_PROFILE and use existing RPROMPT
11 years ago
Manfred Touron
3a77433cea
Add new boot2docker options
11 years ago
Lucas Braun
cffeefde90
Add installation instructions to README
...
Update README formatting
11 years ago
william
7f232f69fe
Respect $ZSH_CACHE_DIR when creating fasd's cache
11 years ago
Nicolas Brousse
7416018d1c
Create new aliases for homebrew plugin
11 years ago
GunfighterJ
0c8cb11d44
Add sublime text 3 paths to check list
11 years ago
Xin Li
743be91b20
Don't leak extendedglob to global environment.
11 years ago
epelletier
7b478d75a3
Detect the .venv in any parent directory of the current directory
11 years ago
Jad Bitar
6504a2d386
Add CakePHP3 plugin
11 years ago
Diego Rabatone Oliveira
4d0aca48da
Differing upgrade and safe-upgrade
...
Improving with "safe-upgrade" for aptitude and "upgrade" for apt-get
11 years ago
Andrew Dwyer
2449e41248
Add file completion as optional argument
11 years ago
Andrew Dwyer
de769058b9
Fix awk command. \s only working in gawk
11 years ago
ncanceill
5b75cc7880
Many updates to git plugin (see #2790 )
11 years ago
Aleks
9a5e1a0552
Use $EDITOR
11 years ago
Satoshi Ohmori
d60d4f68aa
Add alias of bundle clean
11 years ago
Toni Ristola
83cf909ad6
Added aliases for docker compose
11 years ago
Cooper Maruyama
d80918bf98
add markdown extension to README
11 years ago
Cooper Maruyama
24552f0225
Add readme and add new alias cfpc: paste+compile+copy
11 years ago
Cooper Maruyama
a315ddc075
typofix
11 years ago
Cooper Maruyama
8e8cdc0502
Add coffeescript aliases: cf, cfc, cfp
...
cf: compile and show output
cfc: compile & copy
cfp: compile from pasteboard & print
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
Matthew Ziegelbaum
551d68ad11
Fixes gradle autocomplete. Regex did not include subproject tasks before.
11 years ago
Will Mendes
05f2ad3dbb
fix stackoverflow url in search
11 years ago
dnixx
7f0b577b14
Use the newest Vundle commands
...
Vundle changed the command names during an interface update. The old commands will be deprecated. https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396
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