Thomas Kriechbaumer
b8a7f6b69e
added Bundler readme file
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
791828094b
add pry to bundler-commands
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
04f5d1ce82
add spring to bundler-commands
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
8705d2b7db
remove double bundle exec
2014-11-28 14:37:12 +01:00
toooooooby
6a4dbea189
Add 'outdated' and 'platform' completions to bundler plugin
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
d164416fc1
remove berkshelf from bundler-commands
...
fixes #2076
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
fbd27aa784
remove ruby from bundler-commands
...
related to #1587
closes #2200
closes #2561
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
db0290367c
remove spin from bundler-commands
...
closes #1817
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
6f3a6c5e19
remove foreman from bundler-commands
...
closes #1825
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
b7a9adef31
add sidekiq to bundler-commands
...
closes #2779
2014-11-28 14:37:11 +01:00
Thomas Kriechbaumer
2793566efe
split bundler-commands into seperate lines
...
This makes adding, deleting and merging a lot easier.
2014-11-28 14:37:11 +01:00
Simon Frost
ccd30fd8e4
Add support for jira-prefix configuration file
2014-11-28 14:37:11 +01:00
Simon Frost
f23189d1c0
Fix typo in warp directory plugin
2014-11-28 14:37:11 +01:00
Ben Zörb
d9c57a2cbe
added cache:warmup alias
2014-11-28 14:37:11 +01:00
Josh Comer
6a48967e83
Fix typo in docker plugin
2014-11-28 14:37:11 +01:00
Moinak Ghosh
a8e196efce
Solaris portability tweaks.
2014-11-28 14:37:11 +01:00
Andy Hayden
40fef3eae2
terminal party show exit status with color
2014-11-28 14:37:11 +01:00
kubamarchwicki
cd38adbf15
Spring boot autocomplete
2014-11-28 14:37:11 +01:00
Simon Buchan
7794c7493a
Fix POST_1_7_2_GIT check for parse_git_dirty submodules.
2014-11-28 14:37:11 +01:00
Simon Buchan
24184cf8eb
Fix parse_git_dirty() when status.branch is set.
2014-11-28 14:37:11 +01:00
Ben Zörb
c1a86116d5
#2893 generalized symfony2 console directory
2014-11-28 14:37:08 +01:00
Helge Rausch
6554716f5b
Make bundler plugin run binstubbed cmd if existing
2014-11-28 14:37:08 +01:00
fjcapdevila
c9fa90be25
Basic support for Docker related commands.
...
Add basic support for Docker related commands.
2014-11-28 14:37:08 +01:00
Rob Loach
8de2a5c17a
Add Composer's global binaries to PATH
2014-11-28 14:37:08 +01:00
Arandi López
a618f56ebd
Add /usr/bin/subl path for who has linked sublime text there
2014-11-28 14:37:08 +01:00
Jannik Zschiesche
2ce55bdb58
Plugin jump: autocompletion for numbers and dots
...
This change fixes the autocompletion for marks which contain numbers or dots.
Fixes #2578
`\d` in sed regular expressions doesn't work (see http://stackoverflow.com/questions/14671293/why-does-d-doesnt-work-in-regular-expression-in-sed )
2014-11-28 14:37:08 +01:00
Peter Butkovic
4d9a880c2c
added useful mvn aliases
2014-11-28 14:37:08 +01:00
Helge Rausch
62600d9b7e
Add spring to bundled commands
2014-11-28 14:37:08 +01:00
Albert Krewinkel
7b49bbeb59
git_prompt_info: ignore git-config errors
...
Merged from #2906
The function `git_prompt_info` calls `git config` for its stdout output,
but doesn't handle the stderr output. This can lead to problems,
e.g. if the git config file is unreadable for some reason (permissions
etc).
This fixes the issue by simply ignoring the stderr output.
2014-11-28 14:37:08 +01:00
Mikhail S. Pobolovets
784fc4ec30
Add missing command wrapper for git
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2014-11-28 14:37:08 +01:00
Marc Cornellà
ab9f6c73d1
Add missing quotes to within-bundler-project function
2014-11-28 14:37:08 +01:00
Fenhl
3bfa36ea6d
Add pip2 and pip-2.7 support to pip plugin
2014-11-28 14:37:07 +01:00
Fenhl
ab4aeef8ed
Add pip3 completion support to pip plugin
2014-11-28 14:37:07 +01:00
willmendesneto
c92efe144e
Add new plugin: "frontend-search"
2014-11-28 14:37:07 +01:00
Will Boyce
6e9619a451
ignore usernames beginning with underscore
2014-11-28 14:37:07 +01:00
ncanceill
532590f74b
return 0 when not a git repo
...
before, 128 was returned, which could display an error,
but out of a git repo this should exit silently
fixes #2226
2014-11-28 14:37:07 +01:00
Clemens Werther
ce289d0c30
fix root mode not working in bureau
2014-11-28 14:37:07 +01:00
Hong Xu
0947245f33
Autojump plugin: check user local installation first.
...
Users may install their own version of autojump to override the system
installed version.
2014-11-28 14:37:07 +01:00
Pieter Kokx
ecfec3697d
Vundle plugin now works with submodules.
...
If you are using a submodule, ~/.vim/bundle/vundle/.git is a file,
not a directory. So I changed the test for that.
2014-11-28 14:37:07 +01:00
Menno Pruijssers
3d062dd8e3
fixed rvm warning
2014-11-28 14:37:07 +01:00
Gaetan Semet
b8ddb22afb
New alias for repo: ru and rst
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2014-11-28 14:37:07 +01:00
Julia Medina
c05c89d0c1
Add startproject to django command completions
2014-11-28 14:37:07 +01:00
Tim Kelty
a95923112d
Adding compression to rsync commands
...
This speeds up transfers significantly. No reason not to include it as far as I know.
2014-11-28 14:37:07 +01:00
Chris Krycho
c4b16f300d
Add a command to show unresolve files in merge
2014-11-28 14:37:07 +01:00
Christian Höltje
278c9d6a7f
Don't override ZSH_COMPDUMP if already set.
...
This allows customization via .zshenv if wanted. This is helpful
for zsh developers and people who want to move it out of $HOME
2014-11-28 14:37:07 +01:00
Marc Cornellà
e69e7844bf
Show user prompt in gnzh theme regardless of UID
...
Fixes #2008 .
2014-11-28 14:37:07 +01:00
n.st
b6cc99761d
Cancel upgrade if $ZSH is not writable
...
from #2360
2014-11-28 14:37:07 +01:00
Jérôme Macias
ccb0887a2b
Add alias for container:debug task
2014-11-28 14:37:07 +01:00
ncanceill
ce7fa60ed7
specify python2 in shebang
...
as suggested in #2382
2014-11-28 14:37:07 +01:00
Dražen Lučanin
aaba7271fd
too many plugins = slow init warning
2014-11-28 14:37:07 +01:00