summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-28Node.js HelpersAndrew Hodges
Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).
2011-05-28Pow! Restart HelperAndrew Hodges
Add helper function to restart an app running on Pow!
2011-05-28Brew PluginAndrew Hodges
Merge completion with official brew completion. Add a helper to link official completion into oh-my-zsh plugin (without overwriting). Add an alias to list installed brews. Add brews to the path (in a somewhat strange way).
2011-05-28Gem List HelperAndrew Hodges
Add helper function to list gems in a pretty way (only with rvm, for now). Add missng EOF newline and a todo to the ruby plugin.
2011-05-28RVM Update HelpersAndrew Hodges
Add helper function to get rvm head. Add helper function to link zsh completion that comes with rvm into om-my-zsh plugin directory, but don't overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is better, but I want to be able to compare).
2011-05-28Helpful Listing AliasesAndrew Hodges
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28Ruby Switching HelpersAndrew Hodges
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180. Add completion definitions for helper functions.
2011-05-27Added compatibility for the linux 'stat' command for the ant pluginMartin Thurau
2011-05-26Added my own theme.alanpeabody
2011-05-26Adding ability to override plugins from the custom directory.Jake Bell
2011-05-26Merge pull request #345 from jacobat/masterRobby Russell
Autojump plugin
2011-05-26Merge pull request #346 from jojahner/masterRobby Russell
My 'simple' theme.
2011-05-26Merge pull request #196 from asymmetric/masterRobby Russell
Add missing flag to unrar
2011-05-26Merge pull request #226 from sunaku/fishyRobby Russell
Fishy theme - better Git integration
2011-05-26Merge pull request #139 from clauswitt/masterRobby Russell
Fixed an issue with the phing plugin
2011-05-26Merge pull request #118 from fwalch/gpg-agentRobby Russell
Added gpg-agent plugin
2011-05-26Merge pull request #92 from re5et/masterRobby Russell
added my zsh-theme
2011-05-26Merge pull request #90 from steeef/steeef-themeRobby Russell
Steeef theme
2011-05-25fishy theme: text indicators for $? and git statusSuraj N. Kurapati
The git status indicators were taken from sorin.zsh-theme and changed to use ASCII symbols instead of Unicode ones because my preferred terminal font, DejaVu Sans Mono, renders Unicode symbols poorly and also because Unicode rendering is not available in standard Linux virtual terminals.
2011-05-25Merge pull request #351 from GutenLinux/masterRobby Russell
add custom completion support
2011-05-25Merge pull request #347 from obcode/masterRobby Russell
obraun theme
2011-05-25Merge pull request #355 from watsoncj/master^1Robby Russell
Fix to Random Theme Selection
2011-05-24Adds oh-my-zsh plugin to load TaskWarrior completionsPete Clark
2011-05-24Adds the _task script included with TaskWarriorPete Clark
On my Ubuntu system this file was found in /usr/share/doc/task/scripts/zsh/_task.gz
2011-05-24Adds compl .swp caches to gitignorePete Clark
2011-05-24Fix to random theme selectionCasey Watson
- themes array is 1-based - theme files names are located in indicies 1 through N inclusive - this resolves an issue where you would occasionally see: "no such file or directory. Random theme '' loaded..."
2011-05-24Merge pull request #224 from Soliah/plugin-rvmRobby Russell
RVM Plugin
2011-05-22add custom completion supportGuten
2011-05-20Added obraun theme which is a slightly modified version of an alreadyOliver Braun
existing theme.
2011-05-20Added 'simple' theme.Jan-Oliver Jahner
2011-05-19TextMate automatically forks into the backgroundJacob Atzen
2011-05-19Add autojump pluginJacob Atzen
2011-05-13Merge pull request #295 from alexrinass/apache2-macports-pluginRobby Russell
Added start/stop aliases for Apache 2 installation via macports.
2011-05-13Merge pull request #290 from arthurkalm/delete-key-workingRobby Russell
Make the delete key work correctly, instead of outputting a ~
2011-05-13Merge pull request #322 from jonashuckestein/masterRobby Russell
jispwoso theme
2011-05-13Merge pull request #324 from sorin-ionescu/plugin-compleatRobby Russell
Compleat - Completion for Human Beings Plugin
2011-05-13Merge pull request #329 from juanghurtado/masterRobby Russell
Support for $(current_branch) on git_parse_ahead()
2011-05-13Merge pull request #330 from jtriley/jtriley-themeRobby Russell
update to jtriley-theme
2011-05-09remove git status from promptJustin Riley
2011-05-09Adds support for $(current_branch) on git_parse_ahead()Juan G. Hurtado
Changes method git_parse_ahead() on git.zsh lib file. Before this change it checked directly against origin/master branch. Now it uses $(current_branch) to check for not pushed changes against the current remote branch.
2011-05-05Added Compleat - Completion for Human Beings plugin.Sorin Ionescu
2011-05-03added my themeJonas Huckestein
2011-05-02Merge pull request #321 from nel/fix-window-title-regex.Robby Russell
Relax pattern matching on TERM. Closes #320.
2011-05-02Relax pattern matching on TERM. Closes #320.Renaud (Nel) Morvan
2011-05-01Merge pull request #314 from mattsacks/master.Robby Russell
Add Muse theme for 256 color terminals
2011-04-29Merged pull request #315 from nebirhos/master.Robby Russell
Fixies auto update (2nd try)
2011-04-29fixed autoupdatenebirhos
2011-04-29Add muse theme for 256 color terminalsMatt Sacks
2011-04-29Merged pull request #312 from juanghurtado/master.Robby Russell
Personal theme: juanghurtado.zsh-theme
2011-04-29Custom theme with Git supportJuan G. Hurtado
This is my personal oh-my-zsh theme. It has Git support through methods found in Git lib file of oh-my-zsh. It uses: - parse_git_dirty() - git_prompt_ahead() - current_branch() - git_prompt_short_sha() - git_prompt_status() It also shows user name, machine name and current path. You can take a look at a screenshot at http://goo.gl/ZVoyk