Order is important here. Opps.

This commit is contained in:
Simon Gomizelj 2011-11-29 07:35:14 -05:00
commit b84ff8f119

View file

@ -3,6 +3,10 @@ ZSH=${ZSH:-/usr/share/oh-my-zsh/}
local config_file plugin
# Load and run compinit
autoload -U compinit
compinit -i
# add a function path
fpath=($ZSH/functions $ZSH/completions $fpath)
for config_file ($ZSH/lib/*.zsh) source $config_file
@ -22,10 +26,6 @@ if [[ -d ~/.omz ]]; then
fi
fi
# Load and run compinit
autoload -U compinit
compinit -i
# Load the theme
if [ "$ZSH_THEME" = "random" ]
then