Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-03 | Initial implementation of a new plugin system, so that people can managed ↵ | Robby Russell | |
which aliases/functions they want. | |||
2010-05-06 | Unsetting config_file after loading config | Robby Russell | |
2009-12-13 | Based on a suggestion from robbyrussel, using env for greater compatibility. | johnmaxwelliv | |
2009-12-12 | Instead 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-26 | adding homebrew completions - and a function dir | Erik Kastner | |
2009-10-01 | run 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-23 | Moving some example files into custom/ | Robby Russell | |
2009-09-23 | Moving 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-01 | Trying out some zsh-fu. Using the for x (*.zsh) source approach | Robby Russell | |
2009-09-01 | Moving the loading of all .zsh files into a different file so that we can ↵ | Robby Russell | |
remove zshrc from the repository |