Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-06 | Don't autoselect first completion entry (Fixes #14) | kremso | |
The key here is not using MENU_COMPLETE which autoselects the first entry, but using AUTO_MENU which displays the menu but autoselects on successive tab hit. Also, do not use zstyle menu yes because that somehow overrides the setopts. | |||
2010-05-06 | Removing rake autocompletion as this is apparently baked into recent ↵ | Robby Russell | |
versions of zsh | |||
2010-05-06 | Fixed color in last character of clean git info | canthiswait | |
2010-05-06 | 256 color theme with bright blue and orange | canthiswait | |
2010-05-06 | escape sequences so rprompt doesn't mess up | canthiswait | |
2010-05-06 | Added scpectrum script for easy 256 color theaming | canthiswait | |
2010-05-06 | makes git status prompt 4x faster | Andy Fowler | |
(via git status -s, benchmarked) | |||
2010-01-02 | clean theme: username is now bold | Evandro Myller | |
2010-01-02 | improvements to the 'clean' theme | Evandro Myller | |
2010-01-02 | added "clean" theme | Evandro Myller | |
2009-12-27 | fork xiong-chiamiov theme for git support | Ryan Wilcox | |
2009-12-27 | Putting Git related aliases into git.zsh to have them in context. | Martin Klepsch | |
2009-12-27 | adding quotes to tab() | Dale Campbell | |
2009-12-16 | Adding 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-13 | Adding a nocorrect for the heroku command as it was getting triggered by ↵ | Robby Russell | |
heroku logs. | |||
2009-12-13 | Based on a suggestion from robbyrussel, using env for greater compatibility. | johnmaxwelliv | |
2009-12-12 | Instead 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-12 | Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc' | Robby Russell | |
2009-12-12 | Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into ↵ | Robby Russell | |
macovsky/master | |||
2009-12-12 | Updating check_for_upgrade script to fix issue when the LAST_EPOCH ↵ | Robby Russell | |
file/value got corrupted. Closes #32 | |||
2009-12-12 | no correction on gist | To1ne | |
2009-12-12 | new theme | macovsky | |
2009-12-10 | No correction on mkdir + removed duplicate nocorrect mv | To1ne | |
2009-12-01 | Revert | Toon Claes | |
2009-11-30 | Completion from history | Toon Claes | |
2009-11-26 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh | Toon Claes | |
2009-11-25 | Adding current_branch function, which can be used like: git pull origin master | Robby Russell | |
2009-11-13 | tonotdo theme: Back to the original | Toon Claes | |
2009-11-13 | tonotdo theme still not like I wanted | Toon Claes | |
2009-11-13 | tonotdo theme like I like it | Toon Claes | |
2009-11-13 | Theme tonotdo upgrade | Toon Claes | |
2009-11-13 | Gallifrey theme | Jordan Bracco | |
2009-11-12 | gave credit to Nick for the rake autocompletion code. | technoweenie | |
2009-11-11 | Spiced up the tonotdo theme, some more | Toon Claes | |
2009-11-11 | Spiced up the tonotdo theme | Toon Claes | |
2009-11-11 | LS_COLORS fix for tonotdo theme | Toon Claes | |
2009-11-09 | Improved the LS_COLORS in my tonotdo theme | Toon Claes | |
2009-11-09 | Fixed all themes so tab-completion doesn't move the cursor to a weird position | Toon Claes | |
2009-11-09 | Modifying changes for issue 25, to fix issue 27 | Toon Claes | |
2009-11-09 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh | Toon Claes | |
2009-11-09 | Revert "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-09 | Revert "Whoops, forgot to include this dummy precmd implementation." | Robby Russell | |
This reverts commit a21525ba0ccbdf35a0524f6cf7f2025fef578c78. | |||
2009-11-08 | Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ↵ | Robby Russell | |
auto-completion. Closes issue #20 | |||
2009-11-08 | Removing gdb alias as it conflicts with an actual command for gdb. Closes #17 | Robby Russell | |
2009-11-08 | Revert "Fixed issue #19 'Rake not auto completing'. The stat command syntax ↵ | Robby Russell | |
that was being used was not correct. Or at least on my machine. See man page for the stat command" This reverts commit 83907294d640d910968cf9152d11c6a5ab3205f5. | |||
2009-11-09 | Added initial jnrowe theme. | James Rowe | |
2009-11-09 | Fixed issue #25. | meh | |
2009-11-09 | Fixed darkblood theme as in issue #23. | meh | |
2009-11-09 | Whoops, forgot to include this dummy precmd implementation. | James Adam | |
2009-11-09 | Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My ↵ | James Adam | |
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). |