Age | Commit message (Collapse) | Author |
|
|
|
#395 broke oh-my-zsh for users who disable check-for-updates
|
|
|
|
|
|
add custom completion support
|
|
- themes array is 1-based
- theme files names are located in indicies 1 through N inclusive
- this resolves an issue where you would occasionally see: "no such
file or directory. Random theme '' loaded..."
|
|
|
|
|
|
it'll load a different theme each time oh-my-zsh is started. Closes #309
|
|
|
|
|
|
scripts are loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
any plugin-specific functions can be bundled within there.
|
|
|
|
which aliases/functions they want.
|
|
|
|
|
|
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? :-)
|
|
|
|
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
|
|
|
|
upcoming changes to directory structure and configuration options
|
|
|
|
remove zshrc from the repository
|