Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-29 | add trapd00r theme | Magnus Woldrich | |
2011-05-26 | Merge pull request #345 from jacobat/master | Robby Russell | |
Autojump plugin | |||
2011-05-26 | Merge pull request #346 from jojahner/master | Robby Russell | |
My 'simple' theme. | |||
2011-05-26 | Merge pull request #196 from asymmetric/master | Robby Russell | |
Add missing flag to unrar | |||
2011-05-26 | Merge pull request #226 from sunaku/fishy | Robby Russell | |
Fishy theme - better Git integration | |||
2011-05-26 | Merge pull request #139 from clauswitt/master | Robby Russell | |
Fixed an issue with the phing plugin | |||
2011-05-26 | Merge pull request #118 from fwalch/gpg-agent | Robby Russell | |
Added gpg-agent plugin | |||
2011-05-26 | Merge pull request #92 from re5et/master | Robby Russell | |
added my zsh-theme | |||
2011-05-26 | Merge pull request #90 from steeef/steeef-theme | Robby Russell | |
Steeef theme | |||
2011-05-25 | fishy theme: text indicators for $? and git status | Suraj 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-25 | Merge pull request #351 from GutenLinux/master | Robby Russell | |
add custom completion support | |||
2011-05-25 | Merge pull request #347 from obcode/master | Robby Russell | |
obraun theme | |||
2011-05-25 | Merge pull request #355 from watsoncj/master^1 | Robby Russell | |
Fix to Random Theme Selection | |||
2011-05-24 | Fix to random theme selection | Casey 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-24 | Merge pull request #224 from Soliah/plugin-rvm | Robby Russell | |
RVM Plugin | |||
2011-05-22 | add custom completion support | Guten | |
2011-05-20 | Added obraun theme which is a slightly modified version of an already | Oliver Braun | |
existing theme. | |||
2011-05-20 | Added 'simple' theme. | Jan-Oliver Jahner | |
2011-05-19 | TextMate automatically forks into the background | Jacob Atzen | |
2011-05-19 | Add autojump plugin | Jacob Atzen | |
2011-05-13 | Merge pull request #295 from alexrinass/apache2-macports-plugin | Robby Russell | |
Added start/stop aliases for Apache 2 installation via macports. | |||
2011-05-13 | Merge pull request #290 from arthurkalm/delete-key-working | Robby Russell | |
Make the delete key work correctly, instead of outputting a ~ | |||
2011-05-13 | Merge pull request #322 from jonashuckestein/master | Robby Russell | |
jispwoso theme | |||
2011-05-13 | Merge pull request #324 from sorin-ionescu/plugin-compleat | Robby Russell | |
Compleat - Completion for Human Beings Plugin | |||
2011-05-13 | Merge pull request #329 from juanghurtado/master | Robby Russell | |
Support for $(current_branch) on git_parse_ahead() | |||
2011-05-13 | Merge pull request #330 from jtriley/jtriley-theme | Robby Russell | |
update to jtriley-theme | |||
2011-05-09 | remove git status from prompt | Justin Riley | |
2011-05-09 | Adds 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-05 | Added Compleat - Completion for Human Beings plugin. | Sorin Ionescu | |
2011-05-03 | added my theme | Jonas Huckestein | |
2011-05-02 | Merge pull request #321 from nel/fix-window-title-regex. | Robby Russell | |
Relax pattern matching on TERM. Closes #320. | |||
2011-05-02 | Relax pattern matching on TERM. Closes #320. | Renaud (Nel) Morvan | |
2011-05-01 | Merge pull request #314 from mattsacks/master. | Robby Russell | |
Add Muse theme for 256 color terminals | |||
2011-04-29 | Merged pull request #315 from nebirhos/master. | Robby Russell | |
Fixies auto update (2nd try) | |||
2011-04-29 | fixed autoupdate | nebirhos | |
2011-04-29 | Add muse theme for 256 color terminals | Matt Sacks | |
2011-04-29 | Merged pull request #312 from juanghurtado/master. | Robby Russell | |
Personal theme: juanghurtado.zsh-theme | |||
2011-04-29 | Custom theme with Git support | Juan 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-29 | Merged pull request #310 from Ikke/master. | Robby Russell | |
Add git-flow plugin | |||
2011-04-29 | Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875. | Robby Russell | |
Basic autocompletion for Leiningen (fixed pull request) | |||
2011-04-29 | Merged pull request #311 from papercavalier/rails3. | Robby Russell | |
Rails 3 aliases now work with Rails 2 as well. | |||
2011-04-29 | Rails 3 aliases now work with Rails 2 as well. | Hakan Ensari | |
2011-04-29 | Added git-flow plugin | Kevin Daudt | |
2011-04-29 | Merge branch 'master' of github.com:robbyrussell/oh-my-zsh | Robby Russell | |
2011-04-29 | Feature: 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-29 | Merged pull request #308 from juanghurtado/master. | Robby Russell | |
New prompt methods on Git lib file | |||
2011-04-29 | Adds new prompt methods on Git lib | Juan 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-28 | Merged pull request #307 from jtriley/jtriley-theme. | Robby Russell | |
add my custom zsh prompt | |||
2011-04-28 | Merged pull request #302 from ↵ | Robby Russell | |
JonathanTron/5bcfab37312511a7ffc3e8242ba8b8a622ecf061. New theme second try | |||
2011-04-28 | Merged pull request #303 from cit/master. | Robby Russell | |
added alias for apt-cache search to deb plugin |