summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-10-17Add the heroku --remote switchPaulo Luis Franchini Casaretto
This remote selects the app based on your current repo remotes For example heroku logs --remote staging More info at https://devcenter.heroku.com/articles/using-the-cli
2012-10-14add git-extras pluginHenry Yan
2012-10-14Merge remote-tracking branch 'upstream/master'Henry Yan
* upstream/master: (35 commits) make README reflect latest changes URL Tools Plugin added a comment to the composer installation alias added Composer completition and aliases added two aliases to Symfony2 Plugin fix test aliases Missing comment line look for test/unit instead of test/units. #typo Correct error message. Clean up doc Jira ticket shortcut to browse existing issues or create a new issue. Add zeus plugin Make rvm prompt function a bit cleaner Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used Add link to gist Updated documentation for agnoster theme Use HISTFILE evironment variable directly rather than copying it added autojump plugin support for mac os x + port Colemak plugin Per directory history plugin ...
2012-10-12Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
2012-10-09Wrong URL :zap:Paul Redmond
2012-10-09Merge pull request #1344 from danielcsgomes/masterRobby Russell
Added Composer Plugin and Symfony2 alias
2012-10-09Merge pull request #1306 from josh-/masterRobby Russell
New 'Nanoc' plugin
2012-10-09Merge pull request #1312 from koenpunt/fixes_cap_pluginRobby Russell
updated cap plugin to use `cap -T` instead of `cap show_tasks`
2012-10-09Merge pull request #1333 from b4mboo/masterRobby Russell
Add zeus plugin
2012-10-09Merge pull request #1335 from paulredmond/plugin/jiraRobby Russell
Open Jira issues from a project
2012-10-09make README reflect latest changesDominik Bamberger
2012-10-08URL Tools PluginIan Chesal
* Added urlencode -- alias to encode URLs from the command line using Python * Added urldecode -- alias to decode URLs from the command line using Python
2012-10-08Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshPeter Tillemans
2012-10-05added a comment to the composer installation aliasDaniel Gomes
2012-10-05added Composer completition and aliasesDaniel Gomes
2012-10-05added two aliases to Symfony2 PluginDaniel Gomes
2012-10-02fix test aliasesDominik Bamberger
2012-10-01Missing comment linePaul Redmond
2012-10-01Added systemd plugin with aliases for systemctl commands.Augusto Rocha Elesbão
2012-10-01look for test/unit instead of test/units. #typoDominik Bamberger
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-27Add zeus pluginDominik Bamberger
Includes aliases for zeus (https://github.com/burke/zeus) Also there is a README.md that list all aliases, ready to copy into the wiki.
2012-09-26Add user-local installation autojump zsh plugin sourceMartin Foot
If you manually install autojump as advised by the autojump README by running the install.sh script, it will install by default to $HOME/.autojump. Add an extra case in the zsh autojump plugin to find the new file and stop a syntax error in the else clause every time a new zsh starts (running brew when brew does not exist).
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-18Replace cp verbose with rsyncSK
Rsync can help track progress while file is copying
2012-09-17Bundle exec puma also http://puma.ioTrae Robrock
2012-09-14git plugin: Add `gpoat` aliasAlexander Surma
2012-09-13fixed incorrect if/elseKoen Punt
2012-09-13updated cap plugin to use `cap -T` instead of `cap show_tasks` whichKoen Punt
didn't exist (sometimes?)
2012-09-11fixed nginx vhost template, made variables local, imroved parameter validationmikka
2012-09-07added lesscss pluginmikka
2012-09-06Add new 'nanoc' pluginJosh Parnham
2012-09-03Nuke _cap_does_task_list_need_generatingReza
Thanks @docwhat
2012-09-03fix rvm auto complete, pointing to $rvm_pathBen Cao
2012-09-02nginx and php-fpm pluginsmikka
2012-09-01Merge pull request #1287 from johnhamelink/masterRobby Russell
Laravel autocompletion
2012-09-01add new plugin to autocomplete supervisor commandseverbird
2012-08-25search virtualenvwrapper.sh in PATHCenk Alti
2012-08-25Added another path for virtualenvwrapper pluginCenk Alti
When you install python via brew on OSX, pip is installed into /usr/local/share/python/ and all packages installed with this pip are installed here.
2012-08-20Add keep branch option.jamie sa (jsa)