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
ncanceill
d8d2dd9d8d
git plugin: make b local in gg* functions
...
because it leaked, and led to #3991
2015-06-11 17:14:35 +02:00
ncanceill
630d81cd72
git plugin: fix error msg in gwip alias
...
because git rm will fail when no files were deleted
2015-06-11 16:16:12 +02:00
ncanceill
b39a1fbfbc
git plugin: global var for git command
...
due to issues like #3962
until a proper plugin-loading system is implemented
2015-06-11 15:12:28 +02:00
ncanceill
0f4bf1bfa3
git plugin: bring back olg gg aliases
...
by popular demand, see #3972
2015-06-11 11:04:54 +02:00
UserTaken
e86cb3e7e9
More run and create options
2015-06-11 00:21:45 -07: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
Rodrigo Argumedo
173ecf71b2
Add rdrs method to reset the database(s)
2015-06-09 13:41:34 -06:00
Werner Buck
919f7babb0
Set AWS_PROFILE and use existing RPROMPT
2015-06-09 16:52:40 +02:00
Manfred Touron
645e8028be
Add new boot2docker options
2015-06-09 11:29:37 +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
william
1b64a1e296
Respect $ZSH_CACHE_DIR when creating fasd's cache
2015-06-02 14:43:38 -06:00
Nicolas Brousse
4d830c9a8c
Create new aliases for homebrew plugin
2015-05-31 19:34:01 +02:00
GunfighterJ
274d739630
Add sublime text 3 paths to check list
2015-05-25 16:02:26 -05:00
Xin Li
5f9c75d3b9
Don't leak extendedglob to global environment.
2015-05-21 12:36:21 -07:00
epelletier
c7706367d5
Detect the .venv in any parent directory of the current directory
2015-05-21 17:34:24 +02:00
Jad Bitar
297c19d810
Add CakePHP3 plugin
2015-05-12 13:23:05 -04:00
Diego Rabatone Oliveira
8d84849361
Differing upgrade and safe-upgrade
...
Improving with "safe-upgrade" for aptitude and "upgrade" for apt-get
2015-05-09 18:46:54 -03:00
ncanceill
467854cb12
Many updates to git plugin (see #2790 )
2015-05-08 16:00:22 +02:00
Aleks
e0e0d3810e
Use $EDITOR
2015-05-06 10:26:05 +01:00
Satoshi Ohmori
a815995772
Add alias of bundle clean
2015-05-05 14:29:38 +09:00
Toni Ristola
e8927c0290
Added aliases for docker compose
2015-05-04 07:59:54 +03:00
Cooper Maruyama
aadf1501eb
add markdown extension to README
2015-05-02 07:16:27 -07:00
Cooper Maruyama
97ed01a68e
Add readme and add new alias cfpc: paste+compile+copy
2015-05-02 07:14:21 -07:00
Robby Russell
cd18fa308e
Merge pull request #3825 from kennedyoliveira/master
...
Some fixes for Docker plugin
2015-05-01 08:21:06 -07:00
Cooper Maruyama
2913c3c04d
typofix
2015-05-01 01:37:55 -07:00
Cooper Maruyama
0587e906ff
Add coffeescript aliases: cf, cfc, cfp
...
cf: compile and show output
cfc: compile & copy
cfp: compile from pasteboard & print
2015-05-01 01:34:20 -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