summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-03-26Merge pull request #1573 from flz/masterRobby Russell
Add new profiles plugin.
2013-03-26Merge pull request #1595 from nevir/sublime3-supportRobby Russell
Support for Sublime Text 3, with fallback
2013-03-26Merge pull request #1598 from zasdfgbnm/masterRobby Russell
new plugin
2013-03-26Merge pull request #1607 from gekken/masterRobby Russell
added ruby 2.0.0 to rvm plugin
2013-03-26Merge pull request #1610 from mcaserta/scala_and_sbt_pluginsRobby Russell
SBT and Scala plugins.
2013-03-26Merge pull request #1611 from ripdog/patch-1Robby Russell
Update plugins/extract/extract.plugin.zsh
2013-03-26Merge pull request #1614 from miklos-martin/bowerRobby Russell
Bower plugin
2013-03-26Merge pull request #1524 from bonifaido/masterRobby Russell
Maven plugin completion fix for other (than Java) JVM languages and/or missing test cases folder
2013-03-26Merge pull request #1638 from RomainBelorgey/masterRobby Russell
Use completion if file Capfile
2013-03-26Merge pull request #1650 from ishtu/masterRobby Russell
add vncviewer function (using "open" functionality)
2013-03-26Merge pull request #1664 from marcel-wolf/masterRobby Russell
add ssh-agent option to set default lifetime for identities
2013-03-26Merge pull request #1668 from sheerun/patch-1Robby Russell
Use --no-rehash option for faster startup
2013-03-26Merge pull request #1669 from desimone/masterRobby Russell
support for Go (golang) completions
2013-03-25Fix grails pluginSerg Lifinsky
Fix problem with "basename" command error "extra operand" (do not work with array)
2013-03-20Added golang completion support from golang.orgBobby DeSimone
2013-03-20Use --no-rehash option for faster startupAdam Stankiewicz
2013-03-16add ssh-agent option to set default lifetime of identitiesMarcel Wolf
By default, ssh-agent stores identities forever. It has an option to set a maximum lifetime for identites (useful to expire passphrase protected keys). Allow this option to be set using: zstyle :omz:plugins:ssh-agent lifetime <time>
2013-03-10add function vncviwerishtu
2013-03-01Update _capistranoRomainBelorgey
Add use of Capfile commands
2013-02-15Update plugins/extract/extract.plugin.zshripdog
Cause unrar to preserve directory structure. (Why is only unrar different?!)
2013-02-15SBT and Scala plugins.Mirko Caserta
The SBT (Simple Build Tool: scala-sbt.org) plugin is an original work of mine. The Scala (scala-lang.org) plugin was taken from zsh-lovers.
2013-02-14Update plugins/rvm/rvm.plugin.zshPeter Bomars
1) be gentle - first git pull request 2) added ruby 2.0.0 alias and function
2013-02-11new plugin:Gao Xiang
start fbterm automatically in /dev/tty*
2013-02-09Merge pull request #1594 from jbhannah/rbenv-gems-fixRobby Russell
Fix rbenv gems helper
2013-02-09Merge pull request #1583 from To1ne/pj.pluginRobby Russell
added pj.plugin
2013-02-08Support for Sublime Text 3, with fallbackIan MacLeod
2013-02-08Fix rbenv gems helperJesse B. Hannah
Fixes gem versions with words (beta, pre) in the version or with multiple installed versions not being highlighted, and compatibility with GNU sed (related to robbyrussell/oh-my-zsh#1579).
2013-02-07add alias for rspec to zeus pluginEric Kelly
2013-02-05added pj.pluginToon Claes
2013-01-30Add new profiles plugin.Florent Thoumie
Depending on the machine you're logged into, you may want to use specific configuration. Add 'profiles' to your list of plugin will try to find a profile for the local machine and each (sub)domain it belongs to.
2013-01-10Merge pull request #1534 from gberenfield/masterRobby Russell
Tested fix for Issue #1479
2013-01-10Merge pull request #1054 from ptillemans/masterRobby Russell
Updated subcommands for leiningen plugin
2013-01-10Merge pull request #1164 from fuksito/masterRobby Russell
More usable aliases
2013-01-10Merge pull request #837 from stacksmashing/masterRobby Russell
Fix sprunge-plugin behaviour.
2013-01-03moved bower plugin to a separate branchmikka
2013-01-03cleaned upmikka
2013-01-02Fix the fix for Issue #1479Greg Berenfield
2013-01-02fix for Issue 1479Greg Berenfield
2013-01-02Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
2012-12-28Maven plugin completion fixNandor Kracser
for other (than Java) JVM languages
2012-12-24add unbundled commandthisiskun
2012-12-09Merge pull request #1473 from bsteuber/fix-git-flow-feature-completionRobby Russell
use feature names instead of failing branch names in "git flow feature"
2012-12-06fixes #1474 add zeus to bundle exec listxWeston Platter
2012-12-06use feature names instead of failing branch names in "git flow feature"Benjamin Teuber
2012-12-05Merge pull request #1084 from avit/bwana-pluginRobby Russell
Bwana plugin for reading man pages in the browser
2012-12-05Merge pull request #1133 from ↵Robby Russell
mappleconfusers/605ad8725b06cc15f8523404f59060b6a71bb7a2 Cat alias: :3
2012-12-05Merge pull request #1139 from mappleconfusers/pull_req_gitRobby Russell
Add aliases for git-remote
2012-12-05Merge pull request #1233 from mugenken/knife-check-cwdRobby Russell
check for knife.rb in cwd
2012-12-05Added a `migrate` alias.Timothy Andrew
It migrates the DB and prepares the test DB.
2012-12-04Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell