Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | Minor reformatting | Pat Regan | |
2011-04-12 | Moved the plugin fpath loop and compinit so they happen before custom ↵ | Pat Regan | |
scripts are loaded. | |||
2011-04-12 | Optimize plugin loading so that only one call to compinit is required | Pat Regan | |
2011-04-12 | Moved compinit call back to oh-my-zsh.sh, after plugins are loaded | Pat Regan | |
2011-04-12 | Add: new theme | kphoen | |
2011-04-12 | Merge branch 'friskTheme' of https://github.com/Nycto/oh-my-zsh | Robby Russell | |
2011-04-12 | Added the Frisk theme | James Frasca | |
2011-04-12 | Updating the README... now links to contributors page | Robby Russell | |
2011-04-12 | kolo.zsh-theme | Dmitry Maksimov | |
2011-04-12 | changes recommended by blueyed | Theodore Robert Campbell Jr | |
2011-04-12 | Whoops, this was supposed to be in the last commit! | Theodore Robert Campbell Jr | |
2011-04-12 | Moved this to the existing github plugin | Theodore Robert Campbell Jr | |
2011-04-12 | blueyed's ZSH-fu is much stronger than mine. | Theodore Robert Campbell Jr | |
2011-04-12 | no need for an extra fork | Theodore Robert Campbell Jr | |
2011-04-12 | added hub plugin from defunkt | Theodore Robert Campbell Jr | |
2011-04-12 | Revert "Enable alias completion, do not limit completion to just files" | Robby Russell | |
This reverts commit c3a58b00040018743ead1e6672910433fc1ca7c2. | |||
2011-04-12 | Added npm plugin. | Sorin Ionescu | |
2011-04-12 | Using git-diff instead of git diff | Robby Russell | |
2011-04-12 | Removing call to mate. | Robby Russell | |
2011-04-12 | Fix `gdv`: make it a function, and use `view`. | Daniel Hahler | |
I've changed it to use `view` instead of `vim -R` to make it hopefully more editor-agnostic. | |||
2011-04-08 | Removed commented out code. | Pat Regan | |
2011-04-08 | Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh | Pat Regan | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2011-04-04 | Refactor DISABLE_AUTO_TITLE to be more DRY | Renaud (Nel) Morvan | |
2011-04-04 | Command title behavior no longer depend on local zsh configuration | Renaud (Nel) Morvan | |
Fix by derekjw. closes #52. | |||
2011-04-04 | Escape characters used in escape sequence to avoid triggering bugs in Apple ↵ | Renaud (Nel) Morvan | |
Terminal Closes #45 #57 #58 #86. | |||
2011-04-03 | Further git completion improovements | Jakub Nawalaniec | |
In detail: gup - now completes with remotes like git fetch would gdv - got git diff completions gc/gca - now zsh will suggest files in staging area gba - suggestions as for git branch | |||
2011-04-03 | Completions are git subdommand-aware now | Jakub Nawalaniec | |
2011-04-03 | Zsh will now complete git aliases with git stuff | Jakub Nawalaniec | |
2011-04-03 | Merge branch 'disable_auto-title' of https://github.com/lorrin/oh-my-zsh ↵ | Robby Russell | |
into lorrin-disable_auto-title | |||
2011-03-31 | Adding dogenpunk theme | Matthew M. Nelson | |
2011-03-24 | fixed wget command in readme | Simon Elsbrock | |
github uses a wildcard certificate which is not accepted by wget | |||
2011-03-23 | Introduce DISABLE_AUTO_TITLE option | Lorrin Nelson | |
2011-03-20 | Lein completion | Sankara Rameswaran | |
2011-03-17 | Added the Frisk theme | James Frasca | |
2011-03-16 | Revert "Re-order title/tab setting to make window titles work on OSX ↵ | Robby Russell | |
terminal which" Was causing iTerm title to disappear entirely.. This reverts commit d4ea399b04ef57dd31097eadc316305d1e42a194. | |||
2011-03-16 | Merge branch 'ssh-agent-append-host-to-environment' of ↵ | Robby Russell | |
https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment | |||
2011-03-16 | Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into ↵ | Robby Russell | |
AlexBio-master | |||
2011-03-16 | Merge branch 'osx-terminal-title' of ↵ | Robby Russell | |
https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title | |||
2011-03-16 | Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into ↵ | Robby Russell | |
dbbolton-master | |||
2011-03-16 | Merge branch 'feature/alias-completion' of ↵ | Robby Russell | |
https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion | |||
2011-03-16 | Merge branch 'master' of https://github.com/tjkirch/oh-my-zsh into ↵ | Robby Russell | |
tjkirch-master | |||
2011-03-15 | Add debian plugins file | Daniel Bolton | |
2011-03-15 | No space before prompt char at beginning of line | Tom Kirchner | |
2011-03-15 | Actually show return code on failure | Tom Kirchner | |
2011-03-15 | Sweet lightning bolt on uncommitted git changes | Tom Kirchner | |
2011-03-15 | Remove unnecessary whitespace | Tom Kirchner | |
2011-03-15 | Make personal theme based on dst | Tom Kirchner | |
2011-03-14 | add Perl plugins file | Daniel Bolton | |
2011-03-13 | Re-order title/tab setting to make window titles work on OSX terminal which | Matt Cable | |
doesn't support tabs titles. |