67 Commits (f77abf061f6424ed875ca05c7675f08b42134bd6)

Author SHA1 Message Date
Sorin Ionescu 9fc437439b Rename keyboard to editor 12 years ago
Sorin Ionescu e7c7596f3a Move spectrum above alias 12 years ago
Sorin Ionescu 647ac1ac00 Return 1 when a file fails to load 12 years ago
Sorin Ionescu 01d9ec13d8 Fix prompt call, close #22 12 years ago
Sorin Ionescu b96bbca51c Added or edited file headers. 13 years ago
Sorin Ionescu da1a02d853 Edited strings, comments, renamed, unset variables. 13 years ago
Sorin Ionescu ec61dbd802 Fixed a few error messages. 13 years ago
Sorin Ionescu 95c29bada8 Standardized error messages. 13 years ago
Sorin Ionescu 28da8f916b Use Finder to trash files to enable Put Back. 13 years ago
Sorin Ionescu 5bb9a3e4b5 Print an error when a plugin is not found. 13 years ago
Sorin Ionescu daf6f78f14 Added Bwana to OS X plugin. 13 years ago
Sorin Ionescu f0499b76c3 Use zstyle instead of variables for configuration. 13 years ago
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