summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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-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
2011-03-16Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into ↵Robby Russell
AlexBio-master
2011-03-16Merge branch 'osx-terminal-title' of ↵Robby Russell
https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title
2011-03-16Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into ↵Robby Russell
dbbolton-master
2011-03-16Merge branch 'feature/alias-completion' of ↵Robby Russell
https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion
2011-03-16Merge branch 'master' of https://github.com/tjkirch/oh-my-zsh into ↵Robby Russell
tjkirch-master
2011-03-15Add debian plugins fileDaniel Bolton
2011-03-15No space before prompt char at beginning of lineTom Kirchner
2011-03-15Actually show return code on failureTom Kirchner
2011-03-15Sweet lightning bolt on uncommitted git changesTom Kirchner
2011-03-15Remove unnecessary whitespaceTom Kirchner
2011-03-15Make personal theme based on dstTom Kirchner
2011-03-14add Perl plugins fileDaniel Bolton
2011-03-13Re-order title/tab setting to make window titles work on OSX terminal whichMatt Cable
doesn't support tabs titles.
2011-03-13Add completion for port commandMatt Cable
2011-03-12add 'deb' plugin with Debian's apt aliasesAlessandro Ghedini
2011-03-12add completion plugin 'cpanm' for cpanminusAlessandro Ghedini
2011-03-12add 'lol' plugin (based on lolbash)Alessandro Ghedini
2011-03-11Enable alias completion, do not limit completion to just filesWoody Gilk
2011-03-01ssh-agent plugin now ends in "-$HOST" so an agent is started properly with ↵Theodore Robert Campbell Jr
nfs shared homes.
2011-02-21Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into ↵Robby Russell
myronmarston-master
2011-02-21Merge branch 'refactor-term' of https://github.com/nel/oh-my-zsh into ↵Robby Russell
nel-refactor-term
2011-02-21Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into ↵Robby Russell
medwezys-master
2011-02-21Merge branch 'osx' of https://github.com/benlangfeld/oh-my-zsh into ↵Robby Russell
benlangfeld-osx
2011-02-21Merge branch 'master' of https://github.com/Soliah/oh-my-zsh into Soliah-masterRobby Russell
2011-02-21Merge branch 'lib-git' of https://github.com/sorin-ionescu/oh-my-zsh into ↵Robby Russell
sorin-ionescu-lib-git
2011-02-21Merge branch 'master' of https://github.com/nanotech/oh-my-zsh into ↵Robby Russell
nanotech-master
2011-02-21Merge branch 'theme-sorin' of https://github.com/sorin-ionescu/oh-my-zsh ↵Robby Russell
into sorin-ionescu-theme-sorin
2011-02-21Merge branch 'master' of https://github.com/Nemo157/oh-my-zsh into ↵Robby Russell
Nemo157-master
2011-02-21Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into ↵Robby Russell
nicoulaj-nicoulaj-theme
2011-02-18Add iTerm version of tab function (itab)Ben Langfeld
2011-02-18Make a cleaner version of the OS X tab functionBen Langfeld
2011-02-15Add bundler plugin with aliases.Myron Marston
2011-02-14Should use https for all GitHub urls.Wim
2011-02-13fixed typo in rails3 plugin and added one alias for migrating and redoing ↵Tadas Tamošauskas
migration if it was successful
2011-02-05Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshNanoTech
2011-02-03Added modified while newly added and type change detection to git prompt ↵Sorin Ionescu
modified status.
2011-02-04Fixed auto update.Christopher Chow
Paramater substitution instead of command subsitution was being used causing the calculation of time since last check to be incorrect.