5 Commits (60f39d8d91ced59ad631485784bbde4a9c2e102a)

Author SHA1 Message Date
Sorin Ionescu 60f39d8d91 Moved hub into the git plugin. 13 years ago
Sorin Ionescu 850eb8c637 Use relative path instead of OMZ variable. 13 years ago
Sorin Ionescu 15ed7860f3 Enabled zsh-completions. 13 years ago
Sorin Ionescu faeca82831 The functions directory should only hold functions. 13 years ago
Sorin Ionescu b65195156d Added missing FX and named colors to spectrum. 13 years ago
Sorin Ionescu 05c94e2dd5 Simplified option variables for greater flexibility. 13 years ago
Sorin Ionescu 448cda2a57 Set PATH for Mac OS X GUI applications. 13 years ago
Sorin Ionescu 574d856ae3 Revert compiling all files to only zcompdump. 13 years ago
Sorin Ionescu 2e4a053c8c Source functions in the order needed. 13 years ago
Sorin Ionescu 9f4b8793e7 Compile files into a pre-parsed form for faster sourcing. 13 years ago
Sorin Ionescu e2eeef5f86 Prepend, not append, to fpath. 13 years ago
Sorin Ionescu d5ba17feac Converted OMZ themes to native ZSH themes. 13 years ago
Sorin Ionescu 2815cc5691 Renamed the ZSH environmental variable to OMZ. 13 years ago
Sorin Ionescu 940bdae699 Quoted path to plugin. 13 years ago
Sorin Ionescu 771d06ffe7 Run compinit before sourcing functions. 13 years ago
Sorin Ionescu 3fd9cf9f86 Renamed lib/ to functions/ and renamed files inside of it. 13 years ago
Sorin Ionescu 00d4f280ae Changed the main file extension from sh to zsh. 13 years ago
Sorin Ionescu b34e9e0022 Moved each theme under its own directory and changed the file extension. 13 years ago
Sorin Ionescu 94ab5e0ec8 Cleaned up lib/ and removed trailing white space everywhere. 13 years ago
Sorin Ionescu ad9db8d342 Removed tools I have never used nor will I ever use. 13 years ago
Sorin Ionescu ec4f279445 Merged custom/ and lib/. 13 years ago
Sorin Ionescu c7b8ce0f0b Compile zcompdump, if modified, to increase startup speed. 13 years ago
Sorin Ionescu deab2ed376 Fix for dumb terminals like Vim's. 14 years ago
Marius Ghita a876f3e920 When the theme choice is left out, oh-my-zsh will not try to load it 13 years ago
Michael Komitee c2648a7ebf Fix bug from Pull request #395 13 years ago
vguerci 80c9a31b44 [upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified) 13 years ago
Jake Bell cd7b12b4ac Adding ability to override plugins from the custom directory. 13 years ago
Casey Watson b5071580d6 Fix to random theme selection 13 years ago
Guten 293f7306bb add custom completion support 13 years ago
Robby Russell fb1fd8ab5a Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309 13 years ago
Pat Regan 51a7cb093b Move sourcing of custom to below plugins 13 years ago
Pat Regan 42b7e5d0be Minor reformatting 13 years ago
Pat Regan 87030f4d83 Moved the plugin fpath loop and compinit so they happen before custom scripts are loaded. 13 years ago
Pat Regan 6aad987f82 Optimize plugin loading so that only one call to compinit is required 13 years ago
Pat Regan af0b6ac28f Moved compinit call back to oh-my-zsh.sh, after plugins are loaded 13 years ago
Pat Regan eeea6e4fb6 Removed commented out code. 13 years ago
Pat Regan a56e12932f Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh 13 years ago
Pat Regan 782883b5d8 Replace redundant calls to compinit with a single call. 13 years ago
Michael Komitee 15eadb9e4d Postponing sourcing of the theme until after local customizations 14 years ago
Tomas Kramar 18568a2310 unset config_file is useless 14 years ago
Robby Russell be63480e22 Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there. 14 years ago
Robby Russell 210a72b441 Initial implementation of a new plugin system, so that people can managed which aliases/functions they want. 14 years ago
Robby Russell 91c9864326 Unsetting config_file after loading config 14 years ago
johnmaxwelliv d2a87be173 Based on a suggestion from robbyrussel, using env for greater compatibility. 15 years ago
johnmaxwelliv 1273b9722a Instead of using the user's standard shell, this script should be run using 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? :-) 15 years ago
Erik Kastner aa4b6fb64b adding homebrew completions - and a function dir 15 years ago
Toon Claes 5816fdbf3c extended path variable, temporary 15 years ago
Jon Evans 5e2ad9a8ed run update check *after* running custom configuration scripts. 15 years ago
Robby Russell 8d2244ed59 Moving some example files into custom/ 15 years ago
Robby Russell 8dd06e3c73 Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options 15 years ago