summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-04-29Merged pull request #310 from Ikke/master.Robby Russell
Add git-flow plugin
2011-04-29Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875.Robby Russell
Basic autocompletion for Leiningen (fixed pull request)
2011-04-29Merged pull request #311 from papercavalier/rails3.Robby Russell
Rails 3 aliases now work with Rails 2 as well.
2011-04-29Rails 3 aliases now work with Rails 2 as well.Hakan Ensari
2011-04-29Added git-flow pluginKevin Daudt
2011-04-29Merge branch 'master' of github.com:robbyrussell/oh-my-zshRobby Russell
2011-04-29Feature: Random themes now supported. Just set your theme to 'random' and ↵Robby Russell
it'll load a different theme each time oh-my-zsh is started. Closes #309
2011-04-29Merged pull request #308 from juanghurtado/master.Robby Russell
New prompt methods on Git lib file
2011-04-29Adds new prompt methods on Git libJuan G. Hurtado
Modifies the Git lib file (lib/git.zsh), adding three new prompt methods: - git_prompt_ahead(): Shows the content of the custom var $ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has commits ahead from the remote origin repository - git_prompt_short_sha(): Shows last commit SHA hash in short mode wrapped between the content of the custom vars $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and $ZSH_THEME_GIT_PROMPT_SHA_AFTER - git_prompt_long_sha(): Shows last commit SHA hash in long mode wrapped between the content of the custom vars $ZSH_THEME_GIT_PROMPT_SHA_BEFORE and $ZSH_THEME_GIT_PROMPT_SHA_AFTER
2011-04-28Merged pull request #307 from jtriley/jtriley-theme.Robby Russell
add my custom zsh prompt
2011-04-28Merged pull request #302 from ↵Robby Russell
JonathanTron/5bcfab37312511a7ffc3e8242ba8b8a622ecf061. New theme second try
2011-04-28Merged pull request #303 from cit/master.Robby Russell
added alias for apt-cache search to deb plugin
2011-04-28Merged pull request #299 from atmos/master.Robby Russell
Support non-standard rvm install prefixes in bira
2011-04-28Merged pull request #269 from oknowton/master.Robby Russell
Significantly speed up startup time (1.2 seconds for me) by removing redundant compinit calls
2011-04-28Move sourcing of custom to below pluginsPat Regan
2011-04-28add my custom zsh promptJustin Riley
2011-04-27redis-cli.plugin.zsh removed, adding to the fpath isn't needed nowPat Regan
2011-04-27Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshPat Regan
2011-04-26added alias for apt-cache searchFlorian Adamsky
2011-04-26Merged pull request #138 from murilasso/master.Robby Russell
Added my theme
2011-04-26Merged pull request #276 from saimn/yum.Robby Russell
new yum plugin with useful aliases
2011-04-26Merged pull request #278 from totolici/redis-plugin.Robby Russell
Redis-cli plugin
2011-04-26Merged pull request #288 from dogenpunk/dogenpunk_theme.Robby Russell
Adding dogenpunk theme
2011-04-26Merged pull request #287 from arthurkalm/install-tweeks.Robby Russell
Install tweeks
2011-04-26Merged pull request #294 from alexrinass/mysql-macports-plugin.Robby Russell
Fixed folder naming for mysql-macports plugin and improved start/stop scr
2011-04-26Merged pull request #297 from Soliah/master.Robby Russell
Updated my theme.
2011-04-26Merged pull request #298 from wolverian/master.Robby Russell
Update brew autocompletion
2011-04-26Merged pull request #300 from gallois/master.Robby Russell
Added a custom theme, based on eastwood
2011-04-23added custom theme, based on eastwoodFelipe Gallois
2011-04-21support non-standard rvm install prefixesCorey Donohoe
2011-04-22Add 'upgrade' to brew completions.Ilmari Vacklin
2011-04-21Made my them display the current rvm gemset and check for detached headChristopher Chow
state in git.
2011-04-20Fixed folder naming for mysql-macports plugin and improved start/stop scripts.Alexander Rinass