summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
AgeCommit message (Expand)Author
2011-04-12Minor reformattingPat Regan
2011-04-12Moved the plugin fpath loop and compinit so they happen before custom scripts...Pat Regan
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-01-08Postponing sourcing of the theme until after local customizationsMichael Komitee
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that a...Robby Russell
2010-09-26unset config_file is uselessTomas Kramar
2010-06-03Initial implementation of a new plugin system, so that people can managed whi...Robby Russell
2010-05-06Unsetting config_file after loading configRobby Russell
2009-12-13Based on a suggestion from robbyrussel, using env for greater compatibility.johnmaxwelliv
2009-12-12Instead of using the user's standard shell, this script should be run using z...johnmaxwelliv
2009-10-26adding homebrew completions - and a function dirErik Kastner
2009-10-01run update check *after* running custom configuration scripts.Jon Evans
2009-09-23Moving some example files into custom/Robby Russell
2009-09-23Moving all zsh config options into a lib/ subdirectory to make way for some u...Robby Russell
2009-09-01Trying out some zsh-fu. Using the for x (*.zsh) source approachRobby Russell
2009-09-01Moving the loading of all .zsh files into a different file so that we can rem...Robby Russell