diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-08 11:12:21 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-08 11:12:21 -0400 |
commit | 235733e5e224539cf5002a02694d021902fd9550 (patch) | |
tree | 3e9afcea80030d845509e75bb605dcb0a11a464e | |
parent | ef4175981b78ca6ef24f7776ab213f3b71488472 (diff) | |
download | zsh-235733e5e224539cf5002a02694d021902fd9550.tar.gz zsh-235733e5e224539cf5002a02694d021902fd9550.tar.bz2 zsh-235733e5e224539cf5002a02694d021902fd9550.zip |
Removed commented out code.
-rw-r--r-- | oh-my-zsh.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 3970a497e..291772dfe 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -17,10 +17,6 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh # Load the theme source "$ZSH/themes/$ZSH_THEME.zsh-theme" -# Load and run compinit -#autoload -U compinit -#compinit -i - # Check for updates on initial load... if [ "$DISABLE_AUTO_UPDATE" = "true" ] then |