summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-10-09Wrong URL :zap:Paul Redmond
2012-10-01Missing comment linePaul Redmond
2012-09-28Correct error message.Paul Redmond
2012-09-28Clean up docPaul Redmond
2012-09-28Jira ticket shortcut to browse existing issues or create a new issue.Paul Redmond
2012-09-23Merge pull request #1318 from trobrock/add-puma-to-bundlerRobby Russell
Bundle exec puma also http://puma.io
2012-09-23Merge pull request #1320 from jimhester/vi-mode-patchRobby Russell
Fix to restore bindings after switching to vi-mode
2012-09-23Merge pull request #1321 from jimhester/per-directory-historyRobby Russell
Per directory history plugin
2012-09-23Merge pull request #1322 from jimhester/colemakRobby Russell
Colemak plugin ( http://colemak.com/ )
2012-09-21Use HISTFILE evironment variable directly rather than copying itJim Hester
Use the HISTFILE environment variable in place of copying it to _per_directory_history_global so that users can change the environment variable after sourcing per-directory-history and have the global variable set correctly
2012-09-21added autojump plugin support for mac os x + portAviad Reich
2012-09-20Colemak pluginJim Hester
a plugin for useing the colemak[1] keyboard layout and vi-mode in zsh, rotates some keys around in vi command mode so that the physical hjkl keys are still used for movement, all the rotated keys are either in colemak's location or qwerty's location, so it is easy to pick up [1] www.colemak.com
2012-09-20Per directory history pluginJim Hester
This is a implementation of per directory history for zsh, some implementations of which exist in bash[1,2]. It also implements a per-directory-history-toggle-history function to change from using the directory history to using the global history. In both cases the history is always saved to both the global history and the directory history, so the toggle state will not effect the saved histories. Being able to switch between global and directory histories on the fly is a novel feature as far as I am aware. [1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html [2]: http://dieter.plaetinck.be/per_directory_bash
2012-09-20Fix to restore bindings after switching to vi-modeJim Hester
the vi-mode plugin destroys any bindings made before it is sourced due to the 'bindkey -v' call to switch to using vi-mode. This patch saves the bindings before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number of outstanding issues due to people using vi-mode and having things in oh-my-zsh break due to the bindings being destroyed
2012-09-17Bundle exec puma also http://puma.ioTrae Robrock
2012-09-01Merge pull request #1287 from johnhamelink/masterRobby Russell
Laravel autocompletion
2012-09-01add new plugin to autocomplete supervisor commandseverbird
2012-08-19Added laravel plugin which gives aliases to artisan and bob, andJohn Hamelink
provides autocompletion for artisan.
2012-07-15'rails' command should not be run with bundle execSebastian Nowak
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
2012-07-09Merge pull request #1206 from Eustachy/upstreamRobby Russell
Remove bogus "-" from nomz="ps -aux" alias.
2012-07-09utilize sublime's embedded command line binaryJosh Vermaire
2012-07-08escape whitespaceJosh Vermaire
2012-07-03Merge pull request #1122 from varunkvv/masterRobby Russell
sublime pluginn : Added alias for Sublime Text 2 on Linux
2012-07-03Merge pull request #1127 from a-b/masterRobby Russell
Added fasd plugin
2012-07-03Merge pull request #1193 from bameda/masterRobby Russell
[Plugin] Virtualenvwrapper: Added another path
2012-07-03Merge pull request #1209 from lwe/rbfu-pluginRobby Russell
provide plugin for rbfu (yet ruby version switcher)
2012-07-03Merge pull request #1170 from dipth/masterRobby Russell
Explicitly tell rbenv to use zsh
2012-07-03provide plugin for rbfu the ruby version switcherlukas
Evaluates $(rbfu --init --auto) if rbfu is installed on the system, also has a custom rbfu-rubies method which lists the installed rubies which are available to rbfu. For compatibility with themes, also creates the rvm_prompt_info function, so existing themes should work out of the box.
2012-07-01Remove bogus "-" from nomz="ps -aux" alias.Eustachy Kapusta
Info from http://procps.sourceforge.net/faq.html .
2012-06-28Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-25Added another pathDavid Barragan
2012-06-22added jexecVolker Pacher
2012-06-22added plugin for jrubyVolker Pacher
2012-06-22Merge pull request #1174 from insside/rbenv-homebrew-fixRobby Russell
rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folder
2012-06-22Merge pull request #1173 from walkah/virtualenvwrapper-osx-fixRobby Russell
Readlink is different on OS X
2012-06-18sanitized code according to coding styleTima Maslyuchenko
2012-06-18rbenv plugin now uses 'brew --prefix rbenv' command to find rbenv folderTima Maslyuchenko
2012-06-18remove readlink call and clean upJames Walker
2012-06-18Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshAlexander Berezovsky
2012-06-16Explicitly tell rbenv to use zshThomas Dippel
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185
2012-06-15Fixed unmached " in yum pluginRoey Darwish Dror
2012-06-13Merge pull request #980 from vmalloc/dircycle_pluginRobby Russell
Add dircycle plugin: enables cycling through the directory stack
2012-06-13Merge pull request #985 from pomaxa/masterRobby Russell
git plugin function
2012-06-13Merge pull request #1016 from fuksito/masterRobby Russell
Helpers for encoding/decoding base64
2012-06-13Merge pull request #1032 from r-darwish/suseRobby Russell
Added suse plugin
2012-06-13Merge pull request #1065 from ntpeters/patch-1Robby Russell
Added more aliases for yum
2012-06-13Merge pull request #1148 from erichmenge/git-flow-pluginRobby Russell
Add a couple of options for git-flow.
2012-06-13Merge pull request #239 from fred-o/masterRobby Russell
Maven and GNU Screen plugins
2012-06-13Merge pull request #1146 from westonplatter/masterRobby Russell
[rails3 plugin], add, rgm = rails generate migration
2012-06-13Merge pull request #1152 from mispy/virtualenvwrapperRobby Russell
Plugin for Python's virtualenvwrapper