summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-21Made my them display the current rvm gemset and check for detached headChristopher Chow
state in git.
2011-04-20Added start/stop aliases for Apache 2 installation via macports.Alexander Rinass
2011-04-20Fixed folder naming for mysql-macports plugin and improved start/stop scripts.Alexander Rinass
2011-04-20Remove fpath/compinit code from github and npm pluginsPat Regan
2011-04-20Merge remote branch 'upstream/master'Pat Regan
Conflicts: plugins/github/github.plugin.zsh
2011-04-19Added bindings for Gnome terminal.Arthur Kalmenson
2011-04-19Make the delete key work correctly, instead of outputting a ~Arthur Kalmenson
2011-04-18Changed to use which.Arthur Kalmenson
2011-04-18Change URL to https since most corporate environments block git port.Arthur Kalmenson
2011-04-18Make the chsh more reliable.Arthur Kalmenson
2011-04-16Add new jonathan themeJonathan Tron
2011-04-14redis-cli completion pluginalexandru
2011-04-13new yum plugin with useful aliasesSimon
2011-04-12Minor reformattingPat Regan
2011-04-12Moved the plugin fpath loop and compinit so they happen before custom ↵Pat Regan
scripts are loaded.
2011-04-12Optimize plugin loading so that only one call to compinit is requiredPat Regan
2011-04-12Moved compinit call back to oh-my-zsh.sh, after plugins are loadedPat Regan
2011-04-12Add: new themekphoen
2011-04-12Merge branch 'friskTheme' of https://github.com/Nycto/oh-my-zshRobby Russell
2011-04-12Added the Frisk themeJames Frasca
2011-04-12Updating the README... now links to contributors pageRobby Russell
2011-04-12kolo.zsh-themeDmitry Maksimov
2011-04-12changes recommended by blueyedTheodore Robert Campbell Jr
2011-04-12Whoops, this was supposed to be in the last commit!Theodore Robert Campbell Jr
2011-04-12Moved this to the existing github pluginTheodore Robert Campbell Jr
2011-04-12blueyed's ZSH-fu is much stronger than mine.Theodore Robert Campbell Jr
2011-04-12no need for an extra forkTheodore Robert Campbell Jr
2011-04-12added hub plugin from defunktTheodore Robert Campbell Jr
2011-04-12Revert "Enable alias completion, do not limit completion to just files"Robby Russell
This reverts commit c3a58b00040018743ead1e6672910433fc1ca7c2.
2011-04-12Added npm plugin.Sorin Ionescu
2011-04-12Using git-diff instead of git diffRobby Russell
2011-04-12Removing call to mate.Robby Russell
2011-04-12Fix `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-08Removed commented out code.Pat Regan
2011-04-08Moved the single compinit call from oh-my-zsh.sh to lib/completion.zshPat Regan
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2011-04-04Refactor DISABLE_AUTO_TITLE to be more DRYRenaud (Nel) Morvan
2011-04-04Command title behavior no longer depend on local zsh configurationRenaud (Nel) Morvan
Fix by derekjw. closes #52.
2011-04-04Escape characters used in escape sequence to avoid triggering bugs in Apple ↵Renaud (Nel) Morvan
Terminal Closes #45 #57 #58 #86.
2011-04-03Further git completion improovementsJakub 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-03Completions are git subdommand-aware nowJakub Nawalaniec
2011-04-03Zsh will now complete git aliases with git stuffJakub Nawalaniec
2011-04-03Merge branch 'disable_auto-title' of https://github.com/lorrin/oh-my-zsh ↵Robby Russell
into lorrin-disable_auto-title
2011-03-31Adding dogenpunk themeMatthew M. Nelson
2011-03-24fixed wget command in readmeSimon Elsbrock
github uses a wildcard certificate which is not accepted by wget
2011-03-23Introduce DISABLE_AUTO_TITLE optionLorrin Nelson
2011-03-20Lein completionSankara Rameswaran
2011-03-17Added the Frisk themeJames Frasca
2011-03-16Revert "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-16Merge 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