Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | Vastly improved osx plugin. | Sorin Ionescu | |
2011-06-01 | Merge pull request #382 from miloshadzic/master | Robby Russell | |
miloshadzic theme | |||
2011-06-01 | Merge pull request #380 from brianjriddle/master | Robby Russell | |
fixes for ant plugin. tested on mac. | |||
2011-06-01 | Merge pull request #383 from alanpeabody/master | Robby Russell | |
My theme | |||
2011-06-01 | Adds my theme | Miloš Hadžić | |
2011-06-01 | Remove extra space when no status | Adam Lindberg | |
2011-06-01 | Merge branch 'master' of github.com:robbyrussell/oh-my-zsh | Robby Russell | |
2011-06-01 | Revert "Added my zsh theme file, heavily based on sjl's" as it relies | Robby Russell | |
on a dotfile to be in ~/bin. This reverts commit f2f34f5404e8ab674a0e345a709783b6c56a3b72. | |||
2011-05-31 | Merge pull request #375 from betawaffle/rollback-366 | Robby Russell | |
Rollback of Pull #366 | |||
2011-05-31 | Merge pull request #381 from thePapacy/fix-git-zsh | Robby Russell | |
Fix deleted in git.zsh | |||
2011-05-31 | Fix deleted in git.zsh | Michael Hanson | |
2011-05-31 | fix double -f and corrected format. | Brian Riddle | |
-f%m was getting called twice in the stat_cmd corrected format of stat command from y to Y. | |||
2011-05-31 | Improve unicode characters and git status | Adam Lindberg | |
2011-05-31 | Add guru theme | Adam Lindberg | |
2011-05-30 | added humza.zsh-theme | Second Planet | |
2011-05-30 | Remove Uneeded Lines | Andrew Hodges | |
2011-05-30 | Rollback of Pull #366 | Andrew Hodges | |
sorin-ionescu had some good points. | |||
2011-05-30 | Added nebirhos theme | nebirhos | |
2011-05-29 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into ↵ | Pete Clark | |
taskwarrior-plugin | |||
2011-05-29 | Merge pull request #359 from theunraveler/master | Robby Russell | |
Rewrite of plugin override | |||
2011-05-29 | Merge pull request #363 from Blattlaus/master | Robby Russell | |
Ant plugin: stat command doesn't work under linux | |||
2011-05-29 | Merge pull request #366 from betawaffle/master | Robby Russell | |
Add/update plugins: brew, rvm, node, npm, pow, and thor. | |||
2011-05-29 | Merge pull request #368 from trapd00r/master | Robby Russell | |
add trapd00r theme | |||
2011-05-29 | Merge pull request #365 from briankftse/master | Robby Russell | |
Added a new theme | |||
2011-05-29 | add trapd00r theme | Magnus Woldrich | |
2011-05-28 | Merge branch 'plugins' | Andrew Hodges | |
2011-05-28 | Thor | Andrew Hodges | |
Add plugin with completion for thor. | |||
2011-05-28 | Cleanup | Andrew Hodges | |
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment. | |||
2011-05-28 | Add new 'minimal' theme | brian tse | |
2011-05-28 | OS X Helpers | Andrew Hodges | |
Add helper aliases for show/hide files. Add helper alias to recursively delete .DS_Store files. | |||
2011-05-28 | Node.js Helpers | Andrew 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-28 | Pow! Restart Helper | Andrew Hodges | |
Add helper function to restart an app running on Pow! | |||
2011-05-28 | Brew Plugin | Andrew 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-28 | Gem List Helper | Andrew 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-28 | RVM Update Helpers | Andrew 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-28 | Helpful Listing Aliases | Andrew Hodges | |
Add alias to list installed rubies. Add alias to list gemsets in active ruby. | |||
2011-05-28 | Ruby Switching Helpers | Andrew 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-27 | Added compatibility for the linux 'stat' command for the ant plugin | Martin Thurau | |
2011-05-26 | Added my own theme. | alanpeabody | |
2011-05-26 | Adding ability to override plugins from the custom directory. | Jake Bell | |
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 |