summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14refactored pycrm commandDiógenes
2011-04-13new yum plugin with useful aliasesSimon
2011-04-13Removing master stuffTristan Carel
2011-04-13Merge branch 'master'; commit 'ca4dabb45e14d8cd38e07c4ffadf9473ceb2193b' ↵Tristan Carel
into require_tool
2011-04-13Add new plugin emacs, to take benefit of daemon capabilities of emacs >=23Tristan Carel
2011-04-13Fix version parsing. Now working with command $ zsh --versionTristan Carel
2011-04-13New tool require_tool.shTristan Carel
2011-04-13adding python plugin with some aliasesDiógenes
2011-04-13New plugin git-svn installing git projectTristan Carel
git-svn-clone-externals
2011-04-12Minor reformattingPat Regan
2011-04-13github plugin: check for `ruby`.Daniel Hahler
I've run into the issue where a stripped down container had no Ruby installed, which caused `hub` to fail. Therefore I've added an extra check to verify that `ruby` is in the commands list before setting up this alias/function.
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