DimitriSteyaert
3ecffddb64
Added the tugboat autocompletion plugin
2015-06-16 21:33:02 +10:00
UserTaken
f3c1875f66
More run and create options
2015-06-16 21:33:02 +10:00
Dan Mills
a6cd63084f
Only load url-quote-magic if it is available.
...
Partially fixes #3614
2015-06-16 21:33:02 +10:00
Blake Watters
8e035cff3f
Disable globbing when executing zeus rake aliases to enable use of square brackets without escaping
2015-06-16 21:33:02 +10:00
Adam Lindberg
8314af9901
Add git_prompt_behind and git_prompt_exists
...
This adds two new theme functions for git:
* `git_prompt_behind` works in a identical fashion to `git_prompt_ahead`
and will output a format variable (`ZSH_THEME_GIT_PROMPT_BEHIND`) if
the branch is behind.
* `git_prompt_remote` will output one format variable if the branch
exists on remote (`ZSH_THEME_GIT_PROMPT_REMOTE_EXISTS`), and another
if the branch is unpublished (`ZSH_THEME_GIT_PROMPT_REMOTE_MISSING`).
The old `git_prompt_ahead` has been changed. Using git log is subject
to formatting in .gitconfig, which can be overridden and will break
this function. Relying on rev-list is much more stable.
2015-06-16 21:33:02 +10:00
Sean Escriva
03d0f80981
add kitchen completion plugin from @petere
2015-06-16 21:33:02 +10:00
leif.hanack
f7515383e7
Added a possibility to display the remote branch and the number of commits you are ahead or behind
2015-06-16 21:33:02 +10:00
Andrew Purcell
edf33af181
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-16 21:33:02 +10:00
Tejas Bubane
ddb920814d
Recognize comments by default.
2015-06-16 21:33:02 +10:00
Matthew Hager
6455e6ae8c
Move custon *.zsh file sourcing up so that they can load plugins and other things that come after.
2015-06-16 21:33:01 +10:00
David Hartmann
72e52abeef
added comment functionality
...
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
2015-06-16 21:33:01 +10:00
Samuel Parkinson
82087b457a
Improved the _git_time_since_commit function.
...
Check for at least one commit using a `git log` limit of one.
Improves the performance inside git repos with a large history.
2015-06-16 21:33:01 +10:00
Wayne
355e16e639
Remove docker insert command
...
Remove the docker insert command of autocomplete
2015-06-16 21:33:01 +10:00
liuxiang
766ae29e94
Add README for httpie plugin
2015-06-16 21:33:01 +10:00
Andrew Janke
b868ecf760
Fix typo in $VCS_CLEAN_COLOR in adben theme
2015-06-16 21:33:01 +10:00
Mark Mendoza
fb06260fdf
Grep bug in Agnoster
2015-06-16 21:33:01 +10:00
Alexandre Joly
fe3a6a03c2
generate with 'pod --completion-script' /cc thx to @ajmccall
...
version bumped
2015-06-16 21:33:01 +10:00
Alexandre Joly
b59bfd2ddd
updated the command list to the latest cocoapod version (0.33.0)
...
version bumped
2015-06-16 21:33:01 +10:00
HeroCC
393c14c79d
No input for Update Check defaults to Yes
2015-06-16 21:33:01 +10:00
Rodrigo Argumedo
122ea8a65b
Add rdrs method to reset the database(s)
2015-06-16 21:33:01 +10:00
Werner Buck
3e575639ee
Set AWS_PROFILE and use existing RPROMPT
2015-06-16 21:33:01 +10:00
Manfred Touron
fa0df0e2d7
Add new boot2docker options
2015-06-16 21:33:01 +10:00
william
11f6f7e5a5
Respect $ZSH_CACHE_DIR when creating fasd's cache
2015-06-16 21:33:00 +10:00
GunfighterJ
6968d10954
Add sublime text 3 paths to check list
2015-06-16 21:33:00 +10:00
Xin Li
fc6f1b832a
Don't leak extendedglob to global environment.
2015-06-16 21:33:00 +10:00
epelletier
b83e62d89b
Detect the .venv in any parent directory of the current directory
2015-06-16 21:33:00 +10:00
Diego Rabatone Oliveira
cddf2219aa
Differing upgrade and safe-upgrade
...
Improving with "safe-upgrade" for aptitude and "upgrade" for apt-get
2015-06-16 21:33:00 +10:00
Aleks
293633e312
Use $EDITOR
2015-06-16 21:33:00 +10:00
Satoshi Ohmori
9dc1cf8406
Add alias of bundle clean
2015-06-16 21:33:00 +10:00
Toni Ristola
4ef97b9b03
Added aliases for docker compose
2015-06-16 21:33:00 +10:00
Cooper Maruyama
83ef114c8f
add markdown extension to README
2015-06-16 21:33:00 +10:00
Cooper Maruyama
9bf93af1c3
Add readme and add new alias cfpc: paste+compile+copy
2015-06-16 21:33:00 +10:00
Jordan Klassen
61db27b12e
Update template zshrc with HYPHEN_INSENSITIVE
2015-06-16 21:33:00 +10:00
Cooper Maruyama
1d124adf7c
typofix
2015-06-16 21:33:00 +10:00
Cooper Maruyama
63cbdf8336
Add coffeescript aliases: cf, cfc, cfp
...
cf: compile and show output
cfc: compile & copy
cfp: compile from pasteboard & print
2015-06-16 21:33:00 +10:00
Jordan Klassen
a7674f4c3e
Add hyphen insensitivity
2015-06-16 21:33:00 +10:00
Brian Hartvigsen
a8096d1b19
Fix minimal.zsh-theme's check for in_svn and add support for mercurial
2015-06-16 21:32:59 +10:00
Matthew Ziegelbaum
ea9e8c4129
Fixes gradle autocomplete. Regex did not include subproject tasks before.
2015-06-16 21:32:59 +10:00
dnixx
682fa54eab
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
2015-06-16 21:32:59 +10:00
ncanceill
9551eac970
git plugin: new/changed aliases
...
gaa was brought back by popular demand — see #3535
gap was replaced with gapa — see #3682
gdc was replaced with gdca — see #3977
2015-06-13 10:17:49 +10:00
ncanceill
6c09d5a04b
git plugin: fix ggpnp when called without argument
...
also allow multiple arguments for ggp and ggl aliases
2015-06-13 10:17:49 +10:00
ncanceill
6afdf2639b
git plugin: make b local in gg* functions
...
because it leaked, and led to #3991
2015-06-13 10:17:49 +10:00
ncanceill
e008cbe13a
git plugin: fix error msg in gwip alias
...
because git rm will fail when no files were deleted
2015-06-13 10:17:49 +10:00
ncanceill
c6b449e5cc
git plugin: global var for git command
...
due to issues like #3962
until a proper plugin-loading system is implemented
2015-06-13 10:17:49 +10:00
ncanceill
30677bb56b
git plugin: bring back olg gg aliases
...
by popular demand, see #3972
2015-06-13 10:17:49 +10:00
Lucas Braun
6ab80f2928
Add installation instructions to README
...
Update README formatting
2015-06-13 10:17:49 +10:00
Nicolas Brousse
2095ec36a0
Create new aliases for homebrew plugin
2015-06-13 10:17:49 +10:00
ncanceill
d79d6dd20d
Many updates to git plugin (see #2790 )
2015-06-13 10:17:48 +10:00
Pablo Tamarit
edda5c862e
Fix 'chsh' by checking '/etc/shells' instead of using 'which'
...
fix test for chsh in install
in case $SHELL is zsh but not the last one in /etc/shells
fixes #3026 fixes #3779 fixes #3780
2015-06-13 10:17:48 +10:00
Alex Talker
3ae9389ab7
Fix echo nothing if $SHORT_HOST doesn't exist.
2015-06-13 10:17:48 +10:00