summaryrefslogtreecommitdiff
path: root/oh-my-zsh.sh
AgeCommit message (Collapse)Author
2010-06-03Initial implementation of a new plugin system, so that people can managed ↵Robby Russell
which aliases/functions they want.
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 ↵johnmaxwelliv
zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)
2009-10-26adding homebrew completions - and a function dirErik Kastner
2009-10-01run update check *after* running custom configuration scripts.Jon Evans
This means we are running it after $PATH has potentially been set up, which means it's more likely that commands like "git" will be found
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 ↵Robby Russell
upcoming changes to directory structure and configuration options
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 ↵Robby Russell
remove zshrc from the repository