1
0
Fork 0
Commit Graph

32 Commits (59789f8c8c1135429ccf2a148a03aa62048d930b)

Author SHA1 Message Date
Sorin Ionescu 7199f8ced8 Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Jake Bell f8aae64e47 Adding ability to override plugins from the custom directory.
14 years ago
Robby Russell f9e2af2bd7 Merge pull request #351 from GutenLinux/master
14 years ago
Casey Watson 5c1b341132 Fix to random theme selection
14 years ago
Guten 1aacb74caf add custom completion support
14 years ago
Sorin Ionescu 5811346525 [#316] Compile zcompdump, if modified, to increase startup speed.
14 years ago
Sorin Ionescu 969553349f Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Robby Russell c8ac3356c8 Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
14 years ago
Robby Russell 6f7d51c68d 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
14 years ago
Pat Regan 58a7cf19b7 Move sourcing of custom to below plugins
14 years ago
Sorin Ionescu 986163fc81 [#269] Remove redundant compinit calls.
14 years ago
Sorin Ionescu 7f8c40fe4b Fix for dumb terminals like Vim's.
14 years ago
Pat Regan 796f5164f3 Minor reformatting
14 years ago
Pat Regan 757ebfcbd2 Moved the plugin fpath loop and compinit so they happen before custom scripts are loaded.
14 years ago
Pat Regan 6bf906a262 Optimize plugin loading so that only one call to compinit is required
14 years ago
Pat Regan 16ac094a43 Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
14 years ago
Pat Regan 235733e5e2 Removed commented out code.
14 years ago
Pat Regan ef4175981b Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh
14 years ago
Pat Regan 993e05da50 Replace redundant calls to compinit with a single call.
14 years ago
Michael Komitee 8294cf44d1 Postponing sourcing of the theme until after local customizations
14 years ago
Robby Russell 26d97a9355 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
Tomas Kramar e37d62a282 unset config_file is useless
14 years ago
Robby Russell 3cf9ab722e Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
15 years ago
Robby Russell 7d036913c4 Unsetting config_file after loading config
15 years ago
johnmaxwelliv 20755df49e Based on a suggestion from robbyrussel, using env for greater compatibility.
15 years ago
johnmaxwelliv 59116a25f1 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 b865f2ab38 adding homebrew completions - and a function dir
15 years ago
Jon Evans eddab5034c run update check *after* running custom configuration scripts.
15 years ago
Robby Russell 107322c2e8 Moving some example files into custom/
15 years ago
Robby Russell 8debd097fb 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
Robby Russell 1978c04daa Trying out some zsh-fu. Using the for x (*.zsh) source approach
15 years ago
Robby Russell 53abb4e2a7 Moving the loading of all .zsh files into a different file so that we can remove zshrc from the repository
15 years ago