Commit graph

1,097 commits

Author SHA1 Message Date
LFDM
a8ad73e213 Fixes _rails_command
Changes precedence of the conditional clause, more recent versions come
first now. Fixes problems when users update their app and still have
the old rails files inside of their file tree.
Closes #2405 - check the discussion there for further info.
2014-11-28 14:36:28 +01:00
Brice Dutheil
e03ff80d3f Renames main plugin function to svn_prompt_info 2014-11-28 14:36:28 +01:00
Brice Dutheil
bffab61ada Renamed the methods of this script 2014-11-28 14:36:28 +01:00
Brice Dutheil
b3049ce534 Added further cleanup and svn status information 2014-11-28 14:36:28 +01:00
LFDM
ff3e169643 Heavy refactor of svn-fast-info 2014-11-28 14:36:27 +01:00
Brice Dutheil
0b74a39ec3 Inline parse_svn to avoid leaky state
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state.
2014-11-28 14:36:27 +01:00
Brice Dutheil
da079e6324 Report the SVN need upgrade
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-11-28 14:36:27 +01:00
Brice Dutheil
ed92f5c6ce new faster SVN plugin 2014-11-28 14:36:27 +01:00
Pablo Cantero
75d1f72fe3 Fixes tmuxinator plugin find on OSX 2014-11-28 14:36:27 +01:00
Patrick Stadler
c006fb085c add brew-cask plugin 2014-11-28 14:36:27 +01:00
Sam O
f8dc8a40dd escape dashes 2014-11-28 14:36:27 +01:00
Sam O
0bef33ad4a Update git.plugin.zsh 2014-11-28 14:36:27 +01:00
lumbric
84cc391906 fix name schema for sudo plugin
Plugin won't load automatically if added to variable $plugins, if name schema different than $name/$name.plugin.zsh is used (see is_plugin() in oh-my-zsh.sh).
2014-11-28 14:36:23 +01:00
chuancong
d4c01986a3 Add support to command "show" 2014-11-28 14:36:23 +01:00
Mikhail Nikalyukin
bf899b04c4 Add rdmtc alias for rails plugin. 2014-11-28 14:36:23 +01:00
Eduardo San Martin Morote
0a926f3510 catimg: fix exit without using source
supresses errors from convert whilen converting, as they
are usually just warnings
2014-11-28 14:36:23 +01:00
Eduardo San Martin Morote
74e1f50811 Fixed a dirs bug for catimg 2014-11-28 14:36:23 +01:00
Eduardo San Martin Morote
63811e9d8b catimg plugin
allow to print an image to the stdout using convert
2014-11-28 14:36:23 +01:00
Peter van der Does
5690f9d399 Update git-flow-avh 1.7.0 2014-11-28 14:36:23 +01:00
Brandon Siegel
d657623b1f Change bi alias to a function
Only check the bundler version when we call bi. This fixes two issues:
First, if there is no bundler available system-wide this will cause an
error each time zsh loads. Second, if new bundler is installed
system-wide but you change into an rbenv with an older version, the
alias will no longer work.
2014-11-28 14:36:23 +01:00
Kevin Messer
7e72b888ad Fixed lines 32, 33, 34 where one 'p' was missing in 'zypper' command. 2014-11-28 14:36:22 +01:00
Jens Tinfors
ab871b2208 Adds the hgsl alias for one-line shortlog convenience 2014-11-28 14:36:22 +01:00
Thomas Kriechbaumer
a319cbbcbb Added migration notification for rails plugin 2014-11-28 14:36:22 +01:00
ych
fd3507a0f7 Add FreeBSD support for autojump plugin 2014-11-28 14:36:22 +01:00
Markus Færevaag
327c40f942 wd.plugin: Added checks, readme and completion 2014-11-28 14:36:22 +01:00
Markus Færevaag
5554011dd4 wd.plugin: Fixed nested dirs 2014-11-28 14:36:22 +01:00
christianschmidt
24884a8d88 Update _pass to follow symlinks for completion
Based on: http://comments.gmane.org/gmane.comp.encryption.pass/235
2014-11-28 14:36:22 +01:00
Johann Visagie
530a04bc8f Use precmd hook for updating OS X proxy icon
Using the chpwd hook function causes some junk to be printed to STDOUT after
returning from a subshell wherein the working directory was changed. In rare
cases, this can cause issues with 3rd party tools. An example is this issue
with the Python virtualenvwrapper tool:

https://bitbucket.org/dhellmann/virtualenvwrapper/issue/216/lsvirtualenv-and-workon-output-broken-in
2014-11-28 14:36:22 +01:00
Thibaud Guillaume-Gentil
63723bcf9e Update _heroku config arguments (Heroku Client v3) 2014-11-28 14:36:22 +01:00
aph
cc2bf5dc1f fix pip plugin 2014-11-28 14:36:22 +01:00
Thomas Kriechbaumer
cd98b953db unified and improved Rails plugin 2014-11-28 14:36:22 +01:00
Stig Sandbeck Mathisen
f991c4174e Add pyenv plugin 2014-11-28 14:36:22 +01:00
Sean Escriva
cd5ce4b324 Add simple plugin for chruby ruby version manager 2014-11-28 14:36:22 +01:00
Gaetan Semet
a439348469 Add support for sublime 3
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2014-11-28 14:36:21 +01:00
Atem18
7517882e28 Rebranded plugin according to Zypper's official alias 2014-11-28 14:36:21 +01:00
Chris Martin
200ae83031 basic command line xcode functionality 2014-11-28 14:36:21 +01:00
Pedro Henrique Passalini
00ccfc1367 add aliases to readme 2014-11-28 14:36:21 +01:00
Pedro Henrique Passalini
3a5e96bb2b add new alias to zeus 2014-11-28 14:36:21 +01:00
Amila Perera
6b819359b2 getting the projects name correctly and making compdef to work with mux alias 2014-11-28 14:36:21 +01:00
Zsolt Sz. Sztupák
c2d5def76b Fix issues with special characters when running mvn
Setting the locale to C will stabilize sed, so it won't stop processing
the mvn output when it encounters invalid characters (like binary data)

This makes it also more viable to add the `alias mvn='mvn-color`, as
the coloring is less obtrusive, and there won't be any issues with sed
breaking because of an invalid character inside the stream
2014-11-28 14:36:21 +01:00
James Seward
8d151e8f73 Prevent errors in prompts if no info available.
Define empty functions instead of none at all if we can't figure out the
platform.
2014-11-28 14:36:21 +01:00
Eduardo San Martin Morote
0a9cb9b3f6 randquote plugin
correcting an issue about encoding some people was having
added a message when the user doesn't have curl
added varibles for colors->easier to customize
2014-11-28 14:36:21 +01:00
onemouth
2188fe7201 Update git.plugin.zsh
add command to ignore changes to file temporarily
2014-11-28 14:36:21 +01:00
Kaiwen Xu
767d02c908 themes plugin now picks a random theme if no argument is provided. 2014-11-28 14:36:21 +01:00
Adrien Dudouit-Exposito
132c383f78 Add "options" as a valide 1st argument 2014-11-28 14:36:21 +01:00
Kevin Bongart
e7e9759b06 Re-add whitespace 2014-11-28 14:36:21 +01:00
Kevin Bongart
722bf89547 Add command blacklist support to bundler plugin 2014-11-28 14:36:21 +01:00
Lei Zhang
dd3f92fe97 Add support .venv folder as virtual env 2014-11-28 14:36:10 +01:00
Riyad Preukschas
0c0a13f9b9 Make the virtualenv plugin themable 2014-11-28 14:36:05 +01:00
Wes Morgan
1581b9392f don't clobber existing RBENV_ROOT & follow Homebrew's default behavior 2014-11-28 14:36:05 +01:00