summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-06Fixed color in last character of clean git infocanthiswait
2010-05-06256 color theme with bright blue and orangecanthiswait
2010-05-06escape sequences so rprompt doesn't mess upcanthiswait
2010-05-06Added scpectrum script for easy 256 color theamingcanthiswait
2010-05-06makes git status prompt 4x fasterAndy Fowler
(via git status -s, benchmarked)
2010-04-08Ignore errors from compaudit when using `sudo -s`John Reese
2010-04-08Remove limit of two segments to PWDJohn Reese
2010-04-08Added screenshot link for jreese themeJohn Reese
2010-04-08Added theme "jreese" to oh-my-zshJohn Reese
2010-03-22Make Shift+Tab move backwards in the menuTomas Kramar
2010-03-17added my personal theme: the dallas themDallas Reedy
2010-03-16git:(master) --> git:masterNikita Vasilyev
Parenthesis removed
2010-03-14Arrow theme: http://elv1s.ru/i/zsh-arrow-theme.pngNikita Vasilyev
2010-01-02clean theme: username is now boldEvandro Myller
2010-01-02improvements to the 'clean' themeEvandro Myller
2010-01-02added "clean" themeEvandro Myller
2009-12-27fork xiong-chiamiov theme for git supportRyan Wilcox
2009-12-27Putting Git related aliases into git.zsh to have them in context.Martin Klepsch
2009-12-27adding quotes to tab()Dale Campbell
2009-12-16Adding a function that will open up a ticket in Lighthouse based on the ↵Robby Russell
number and there being a URL in a hidden file.
2009-12-13Adding a nocorrect for the heroku command as it was getting triggered by ↵Robby Russell
heroku logs.
2009-12-13Based on a suggestion from robbyrussel, using env for greater compatibility.johnmaxwelliv
2009-12-12Instead of using the user's standard shell, this script should be run using ↵johnmaxwelliv
zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)
2009-12-12Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc'Robby Russell
2009-12-12Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into ↵Robby Russell
macovsky/master
2009-12-12Updating check_for_upgrade script to fix issue when the LAST_EPOCH ↵Robby Russell
file/value got corrupted. Closes #32
2009-12-12no correction on gistTo1ne
2009-12-12new thememacovsky
2009-12-10No correction on mkdir + removed duplicate nocorrect mvTo1ne
2009-12-01RevertToon Claes
2009-11-30Completion from historyToon Claes
2009-11-26Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshToon Claes
2009-11-25Adding current_branch function, which can be used like: git pull origin masterRobby Russell
2009-11-13tonotdo theme: Back to the originalToon Claes
2009-11-13tonotdo theme still not like I wantedToon Claes
2009-11-13tonotdo theme like I like itToon Claes
2009-11-13Theme tonotdo upgradeToon Claes
2009-11-13Gallifrey themeJordan Bracco
2009-11-12gave credit to Nick for the rake autocompletion code.technoweenie
2009-11-11Spiced up the tonotdo theme, some moreToon Claes
2009-11-11Spiced up the tonotdo themeToon Claes
2009-11-11LS_COLORS fix for tonotdo themeToon Claes
2009-11-09Improved the LS_COLORS in my tonotdo themeToon Claes
2009-11-09Fixed all themes so tab-completion doesn't move the cursor to a weird positionToon Claes
2009-11-09Modifying changes for issue 25, to fix issue 27Toon Claes
2009-11-09Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshToon Claes
2009-11-09Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support ↵Robby Russell
it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed)." This reverts commit 14a1ce80bbf7362ab2856cdd050714f02649fe3f.
2009-11-09Revert "Whoops, forgot to include this dummy precmd implementation."Robby Russell
This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78.
2009-11-08Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ↵Robby Russell
auto-completion. Closes issue #20
2009-11-08Removing gdb alias as it conflicts with an actual command for gdb. Closes #17Robby Russell