Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-05 | Don't display dotfiles or reverse sort with ll alias. | James Rowe | |
The ll alias is a very common default for bash in Linux distributions, so use that definition. | |||
2010-06-05 | Ignore commands that start with a space. | James Rowe | |
This is useful when you want to use a dangerous command, as it won't be available with history searching. | |||
2010-06-05 | Don't auto-correct ebuild commands. | James Rowe | |
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory. | |||
2010-06-03 | Moving current_branch() to git plugin | Robby Russell | |
2010-06-03 | Moving some rails and osx-specific functions to their corresponding plugin files | Robby Russell | |
2010-06-03 | Removing legacy completion code | Robby Russell | |
2010-06-03 | Removing rake completion from lib/ as it was moved to rails plugin | Robby Russell | |
2010-06-03 | Initial implementation of a new plugin system, so that people can managed ↵ | Robby Russell | |
which aliases/functions they want. | |||
2010-05-28 | Import rvm prompt | Alan Harper | |
2010-05-08 | share history with your zsh's on the same host | Mike Hostetler | |
2010-05-08 | two aliases set to 'ss', clobbering rails script/server | Dylan Clendenin | |
2010-05-07 | Merge remote branch 'jreese/master' | Robby Russell | |
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 | 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-04-08 | Ignore errors from compaudit when using `sudo -s` | John Reese | |
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-12 | no correction on gist | To1ne | |
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-25 | Adding current_branch function, which can be used like: git pull origin master | Robby Russell | |
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 | Fixed issue #25. | 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). | |||
2009-11-05 | parse error fix | Toon Claes | |
2009-11-05 | Enabled colors in ls and made it possible to theme them | Toon Claes | |
2009-11-04 | Joined the appearance so the theme can apply LSCOLORS too | Toon Claes | |
2009-11-01 | Adding devlog alias for tailing development.log for Rails | Robby Russell | |
2009-10-26 | Fixing some conflict residue that I missed in a commit/merge: | Robby Russell | |
2009-10-26 | Merge branch 'master' of git://github.com/mrinterweb/oh-my-zsh into ↵ | Robby Russell | |
mrinterweb/master | |||
2009-10-26 | Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67 | Robby Russell | |
2009-10-26 | lsa now uses coloring | Gerhard Lazu | |
2009-10-26 | ll doesn't show hidden files, lsa does | Gerhard Lazu | |
2009-10-26 | Merging conflict. 788c9af05684f4b9e39e7f15de2c06c4c8291cbd | Robby Russell | |
2009-10-26 | Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into ↵ | Robby Russell | |
mdonoughe/master | |||
2009-10-23 | Fixed issue #19 'Rake not auto completing'. The stat command syntax that ↵ | Sean McCleary | |
was being used was not correct. Or at least on my machine. See man page for the stat command | |||
2009-10-16 | Fixing merge | Toon Claes | |