Commit Graph

1076 Commits

Author SHA1 Message Date
Gaetan Semet
ffa79787be typo 2014-02-03 14:26:46 +01:00
Gaetan Semet
682ef896fd New git plugin
Compared to the first git plugin, this one adds several organised
git aliases and increase the completion function provided by zsh.

Please note that is is a complete rework, with many new aliases
to relearn.
2014-02-03 14:20:42 +01:00
Robby Russell
df0305aba5 Merge pull request #2368 from lumbric/master
fix name schema for sudo plugin
2014-01-28 16:22:14 -08:00
Pablo Cantero
4354f91171 Fixes tmuxinator plugin find on OSX 2014-01-03 11:52:33 -02:00
Sam O
d60522c7a2 escape dashes 2014-01-02 15:53:34 -08:00
Sam O
827d9dfcb4 Update git.plugin.zsh 2014-01-02 15:48:09 -08:00
lumbric
b58b996b40 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).
2013-12-21 19:49:44 +01:00
Peter van der Does
2ffca06806 Update git-flow-avh 1.7.0 2013-12-03 08:56:18 -05:00
Robby Russell
4e34588a5b Merge pull request #2208 from onemouth/master
Update git.plugin.zsh
2013-12-03 00:20:36 -08:00
Robby Russell
032ca0d67c Merge pull request #2173 from jeffrey4l/venv
Add support .venv folder as virtual env
2013-12-03 00:19:21 -08:00
Robby Russell
83c18f8553 Merge pull request #2195 from KevinBongart/command_blacklist_for_bundler_plugin
Add command blacklist support to bundler plugin
2013-12-03 00:16:22 -08:00
Robby Russell
aed9cff57a Merge pull request #2215 from posva/rand-quote
Update rand-quote plugin
2013-12-03 00:15:24 -08:00
Robby Russell
b422b073f1 Merge pull request #2255 from shadyproject/plugin/xcode-support
basic command line xcode functionality
2013-12-03 00:04:00 -08:00
Robby Russell
4be8c51446 Merge pull request #2258 from amilaperera/master
getting the projects name correctly and making compdef to work with mux ...
2013-12-03 00:03:34 -08:00
Robby Russell
b764fad271 Merge pull request #2262 from mfaerevaag/master
Fixed and improved wd plugin
2013-12-03 00:02:47 -08:00
Robby Russell
de35b55141 Merge pull request #1136 from koraa/pull_req_fastfile
On-the-fly creation and usage for file/dir shortcuts
2013-12-02 23:47:40 -08:00
Robby Russell
4bb8bd8007 Merge pull request #1135 from koraa/pull_req_sinchar
Singel character aliases (and combinations) for grep, wegt, cat, pagers, xargs, sudo and more
2013-12-02 23:47:30 -08:00
Robby Russell
c9dd778ec0 Merge pull request #1201 from koraa/pull_req_debian
Fix Debian Plugin Auto Completion
2013-12-02 23:46:32 -08:00
Robby Russell
5a32796fc5 Merge pull request #2088 from Stibbons/gsemet_push_pep_pylint_completion
Completion for python, pep8, autopep8 and pylint
2013-12-02 23:45:35 -08:00
Robby Russell
19ce09c008 Merge pull request #2086 from Stibbons/gsemet_push_repo
New aliases for repo plugin
2013-12-02 23:44:55 -08:00
Robby Russell
bc79f61901 Merge pull request #1866 from Stibbons/gsemet_push_common_aliases
New plugin 'common-aliases' for optional cutting edge zsh aliases
2013-12-02 23:42:46 -08:00
Robby Russell
7c3665bd2e Merge pull request #2003 from dongweiming/update-gem
Update gem completion
2013-12-02 23:41:31 -08:00
Robby Russell
c0a6f8a8a2 Merge pull request #1950 from dongweiming/add-systemadmin-plugin
Add a plugin for systemadmin ops and developer
2013-12-02 23:41:09 -08:00
Robby Russell
573830ba37 Merge pull request #1947 from dongweiming/add-sudo
Add sudo plugin
2013-12-02 23:40:12 -08:00
Robby Russell
2f3bddccfb Merge pull request #1931 from dongweiming/update-urltools
Add shell built method
2013-12-02 23:39:26 -08:00
Robby Russell
027c9ee4cd Merge pull request #1942 from dongweiming/update-powify
Update powify for displayed parameter is not enough, and when there is no directory error
2013-12-02 23:39:06 -08:00
Robby Russell
b93f3b9f5a Merge pull request #1940 from dongweiming/update-supervisor
Add version option
2013-12-02 23:38:45 -08:00
Robby Russell
b6f4a887ac Merge pull request #2131 from stevschmid/patch-1
Fix gallois theme
2013-12-02 23:24:01 -08:00
Robby Russell
3d6f9d78c5 Merge pull request #306 from jtriley/git-prompt
add git-prompt plugin from olivierverdier/zsh-git-prompt
2013-12-02 22:49:08 -08:00
Robby Russell
7f3e56f8d6 Merge pull request #2198 from Larandar/master
[PLUGINS] Brew: Add "options" as a valide first argument
2013-12-02 22:45:55 -08:00
Robby Russell
182652b00a Merge pull request #2202 from kevinxucs/themes-random
themes plugin now picks a random theme if no argument is provided.
2013-12-02 22:43:52 -08:00
Robby Russell
9a40ae9b5f Merge pull request #2212 from bsiegel/bundler_bi_function
Change bundler plugin's `bi` alias to a function
2013-12-02 22:42:50 -08:00
Robby Russell
e25329fcf6 Merge pull request #2222 from jamesoff/fix-battery-plugin
Prevent errors in prompts if no battery info available.
2013-12-02 22:39:45 -08:00
Brandon Siegel
22c0db64ee 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.
2013-12-02 10:51:25 -05:00
Atem18
06bd72f842 Merge remote-tracking branch 'upstream/master' 2013-12-01 23:45:55 +01:00
Kevin Messer
84e178fa3d Fixed lines 32, 33, 34 where one 'p' was missing in 'zypper' command. 2013-12-01 23:29:55 +01:00
Robby Russell
5643fac887 Merge pull request #2290 from jtinfors/master
Adds the hgsl alias for one-line shortlog convenience
2013-12-01 13:53:40 -08:00
Robby Russell
270b1dc689 Merge pull request #2242 from sztupy/fix-mvn-color-locale
Fix issues with special characters when running mvn
2013-12-01 13:53:24 -08:00
Robby Russell
1b337af758 Merge pull request #2252 from henrique2010/master
new useful aliases for zeus
2013-12-01 13:52:16 -08:00
Robby Russell
259daa08af Merge pull request #2254 from Atem18/master
Rebranded SUSE's plugin according to Zypper's official alias
2013-12-01 13:51:47 -08:00
Robby Russell
401c82a8c8 Merge pull request #2286 from ych/master
Add FreeBSD support for autojump plugin
2013-12-01 13:50:48 -08:00
Robby Russell
d51cb6d385 Merge pull request #2260 from Stibbons/gsemet_push_sublime3_support2
Add support for sublime 3
2013-12-01 13:49:19 -08:00
Robby Russell
7a27a1ce77 Merge pull request #2240 from Kriechi/master
unified and improved Rails plugin -- consolidates Rails3 and Rails4 plugins into one.
2013-12-01 13:33:00 -08:00
Jens Tinfors
96bd365542 Adds the hgsl alias for one-line shortlog convenience 2013-12-01 15:33:23 +01:00
Thomas Kriechbaumer
1493d88e3f Added migration notification for rails plugin 2013-12-01 15:31:48 +01:00
Robby Russell
f078e03743 Merge pull request #2275 from wjv/wjv
Use precmd hook instead of chpwd for updating OS X proxy icon
2013-11-30 11:06:21 -08:00
ych
699c82eb89 Add FreeBSD support for autojump plugin 2013-11-29 18:34:12 +08:00
Markus Færevaag
b4ffe5cf0a wd.plugin: Added checks, readme and completion 2013-11-26 00:46:13 +01:00
Markus Færevaag
240b25daaa wd.plugin: Fixed nested dirs 2013-11-26 00:45:24 +01:00
Robby Russell
66a33b80c3 Merge pull request #2261 from webframp/feature/chruby-plugin
Add simple plugin for chruby ruby version manager
2013-11-24 10:46:58 -08:00