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
Yachi Lo
4d5a687515
use ls instead of find to avoid incompatibility with gnu find
2014-11-28 14:37:07 +01:00
Doug Jones
4845d1933f
Fix comparison used to determine if the cache is outdated.
2014-11-28 14:37:07 +01:00
ncanceill
74a71c650f
add gfa alias for recursive formatting
...
inspired from #2018
2014-11-28 14:37:06 +01:00
ncanceill
a0c2d91e7e
Fix permissions on wd plugin
...
continuating #1923
2014-11-28 14:37:06 +01:00
Theodore Kokkoris
e5542f241a
Removed unnecessary execute permissions for some plugins
2014-11-28 14:37:06 +01:00
Christophe Bliard
329e94bf14
Update colorize.plugin.zsh
...
correctly detect when pygmentize is not installed
do not exit shell if when pygmentize is not installed
2014-11-28 14:37:06 +01:00
Frank Louwers
b36f73bb71
drop the foreach, make it even shorter. thanks Marc Cornellà!
2014-11-28 14:37:06 +01:00
MrTux
3e986df8bf
Correct wrong plugin file name
2014-11-28 14:37:06 +01:00
Jim Hester
befbb6914c
Fix path for colemak plugin
2014-11-28 14:37:06 +01:00
Yuanxuan Wang
44b1db9271
Steeef theme checks untracked files instead of directories
2014-11-28 14:37:06 +01:00
Andrey Koleshko
5e0964f928
Update plugins/rbenv/rbenv.plugin.zsh
...
Fix rbenv plugin for OS X latest homebrew
2014-11-28 14:37:06 +01:00
James Magnarelli
c16037ca63
Corrected syntax error in github plugin's empty_gh function
2014-11-28 14:37:06 +01:00
Josh Datko
9c5cfb6957
Adds itunes vol command.
...
Adds itunes vol, which takes an argument from 0 to 100 to set the
volume from the shell.
2014-11-28 14:37:06 +01:00
Frank Behrens
9e2dfc661b
extract plugin will unzip *.sublime-package files
2014-11-28 14:37:06 +01:00
r3dDoX
23ae076e3c
added prefix/suffix variable for customizability
2014-11-28 14:37:06 +01:00
Sean McCann
4868daabd8
Move aliases to 'custom' section of .zshrc template
...
By convention, user-specific aliases are kept in each user's .zshrc
file. The .zshrc template provided by oh-my-zsh has an area for example
aliases, though these were being loaded before other aliases in libs, plugins,
and themes. As a result, personal aliases could be overwritten by these
other aliases as they are loaded. To make personal customization easier, the
sample aliases section of the .zshrc template has been moved to the area
dedicated for personal customization. This section of the configuration
is processed after all other items are loaded, preventing personal aliases
and exports from being inadvertently clobbered by oh-my-zsh.
2014-11-28 14:37:06 +01:00
r3dDoX
c22dfffe38
added new function to get number of commits ahead of remote
2014-11-28 14:37:06 +01:00
r3dDoX
ceb7c926f3
replaced hardcoded origin/{branch-name} with @{upstream} which gets the upstream branch since git 1.7.0
2014-11-28 14:37:06 +01:00
pangratz
a9d4ec5ee1
Fix function/alias naming clash between bower and bundle plugin
...
Since the `bower` plugin specifies a `bi` alias and `bundle` plugin
specifies a `bi` function, there is a name clash when using both
plugins, which results in the message "Can't 'bundle install' outside a
bundled project" when trying to execute `bower`.
This adresses #2486
2014-11-28 14:37:06 +01:00
Simon Courtois
1c72726ddc
Ordering nocorrect aliases alphabetically
2014-11-28 14:37:06 +01:00
Simon Courtois
ae27cd70b7
Defining nocorrect aliases only when ENABLE_CORRECTION is "true"
...
This commit move the nocorrect aliases definition so they're called
only when the user set ENABLE_CORRECTION to "true" to activate commands
autocorrection.
2014-11-28 14:37:06 +01:00
Simon Courtois
5dd366d35f
Replacing DISABLE_CORRECTION with ENABLE_CORRECTION in zshrc template
...
Since commands auto-correction must be explicitly enable with
the ENABLE_CORRECTION envvar, this commit replaces the unaccurate
example in the zshrc template.
2014-11-28 14:37:06 +01:00