summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-11-25Merge pull request #1404 from Bklyn/masterRobby Russell
Fix for "?" and "!" in svn status output
2012-11-25Merge pull request #1396 from webframp/fix/brew-autojump-zshRobby Russell
Fix for brew installed autojump
2012-11-25Merge pull request #1415 from jmatth/git_root_pullRobby Russell
Adding grt alias to the git plugin.
2012-11-24Added alias to rake db:test:prepareSrihari Sriraman
Quite often, db:test:prepare is run after db:migrate. Added for convenience.
2012-11-24Added gwc(git whatchanged alias)Stanislav Mekhonoshin
Allows to view commit history in extended way
2012-11-22Add gifast pluginFelipe Contreras
Using the upstream git completion and prompt stuff. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2012-11-22Add support of screen-* $TERM in screen pluginDenys Lózko
2012-11-21totvs utilsCarlos Alexandro Becker
2012-11-20Adding grt alias to the git plugin.Josh Matthews
2012-11-20Use pull --rebase for 'gup' shortcut.Árni Hermann Reynisson
Instead of git fetch && git rebase.
2012-11-20Added sf Symfony2 binary aliasRui Marinho
2012-11-19Added a CoffeeScript plugin.Josh Davis
2012-11-19Use rvm completion from ~/.rvm/scripts/zsh/CompletionJeong Mok Cho
2012-11-16Replace reset-prompt with push-line and accept-lineJim Hester
The in memory history is not updated until an accept line command, so you have to push enter before it is correct, this commit replaces the reset-prompt with an accept-line. It also adds a push-line, to preserve the current editing buffer
2012-11-13UntabifyCaleb Epstein
2012-11-12Handle metachars in svn status output using grep -qCaleb Epstein
2012-11-08Update plugins/svn/svn.plugin.zshBrian Hartvigsen
Behave more like lib/git.zsh. Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name. Falls back to repo name if branch information is not available. Idea and awk call from revans/bash-it/themes/base.theme.bash
2012-11-07made dpkg -i more utilCarlos Alexandro Becker
2012-11-06update autojump plugin for latest brew installed autojumpSean Escriva
2012-11-06mvn.colors.plugin.zsh was not read... mergin with mvn.plugin.zsh.Carlos Alexandro Becker
2012-11-06Added some maven love.Carlos Alexandro Becker
2012-11-05Update plugins/git-flow/git-flow.plugin.zshHao Hong
Fixed git-flow feature publish's desc error https://github.com/agate/oh-my-zsh/commit/72aeaa9d9ee55fbfe15b371c0bf127ab3948a965#commitcomment-2104214
2012-11-05Update plugins/sublime/sublime.plugin.zsh汤凯 Kevin Tong
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
2012-11-01Added pass plugin in order to provide completion.Santiago Borrazás
More info about pass tool: http://zx2c4.com/projects/password-store/
2012-10-26Updated code from answer URLGuillermo Castro
2012-10-26Added ability to specify list of directories for pyclean to override default ↵dsx
current directory
2012-10-22Fixed node-docsRainer Dreyer
The `#anchor` tags on [nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This fixes the `node-docs` command.
2012-10-17Added last working directory pluginÖrjan Persson
Keeps track of the last changed directory. When a new shell is created, the last directory will be restored. Mimics how tabs works in many terminal emulators.
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-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-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.