- 26 May, 2011 6 commits
-
-
Robby Russell authored
Fishy theme - better Git integration
-
Robby Russell authored
Fixed an issue with the phing plugin
-
Robby Russell authored
Added gpg-agent plugin
-
Robby Russell authored
added my zsh-theme
-
Robby Russell authored
Steeef theme
-
Suraj N. Kurapati authored
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.
-
- 25 May, 2011 3 commits
-
-
Robby Russell authored
add custom completion support
-
Robby Russell authored
obraun theme
-
Robby Russell authored
Fix to Random Theme Selection
-
- 24 May, 2011 2 commits
-
-
Casey Watson authored
- 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..."
-
Robby Russell authored
RVM Plugin
-
- 22 May, 2011 1 commit
-
-
Guten authored
-
- 20 May, 2011 1 commit
-
-
Oliver Braun authored
existing theme.
-
- 13 May, 2011 6 commits
-
-
Robby Russell authored
Added start/stop aliases for Apache 2 installation via macports.
-
Robby Russell authored
Make the delete key work correctly, instead of outputting a ~
-
Robby Russell authored
jispwoso theme
-
Robby Russell authored
Compleat - Completion for Human Beings Plugin
-
Robby Russell authored
Support for $(current_branch) on git_parse_ahead()
-
Robby Russell authored
update to jtriley-theme
-
- 09 May, 2011 2 commits
-
-
Justin Riley authored
-
Juan G. Hurtado authored
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.
-
- 05 May, 2011 1 commit
-
-
Sorin Ionescu authored
-
- 03 May, 2011 1 commit
-
-
Jonas Huckestein authored
-
- 02 May, 2011 2 commits
-
-
Robby Russell authored
Relax pattern matching on TERM. Closes #320.
-
Renaud (Nel) Morvan authored
-
- 01 May, 2011 1 commit
-
-
Robby Russell authored
Add Muse theme for 256 color terminals
-
- 29 Apr, 2011 14 commits
-
-
Robby Russell authored
Fixies auto update (2nd try)
-
nebirhos authored
-
Matt Sacks authored
-
Robby Russell authored
Personal theme: juanghurtado.zsh-theme
-
Juan G. Hurtado authored
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
-
Robby Russell authored
Add git-flow plugin
-
Robby Russell authored
Basic autocompletion for Leiningen (fixed pull request)
-
Robby Russell authored
Rails 3 aliases now work with Rails 2 as well.
-
Hakan Ensari authored
-
Kevin Daudt authored
-
Robby Russell authored
-
Robby Russell authored
Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309
-
Robby Russell authored
New prompt methods on Git lib file
-
Juan G. Hurtado authored
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
-