summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Regan <thehead@patshead.com>2011-04-08 11:12:21 -0400
committerPat Regan <thehead@patshead.com>2011-04-08 11:12:21 -0400
commit235733e5e224539cf5002a02694d021902fd9550 (patch)
tree3e9afcea80030d845509e75bb605dcb0a11a464e
parentef4175981b78ca6ef24f7776ab213f3b71488472 (diff)
downloadzsh-235733e5e224539cf5002a02694d021902fd9550.tar.gz
zsh-235733e5e224539cf5002a02694d021902fd9550.tar.bz2
zsh-235733e5e224539cf5002a02694d021902fd9550.zip
Removed commented out code.
-rw-r--r--oh-my-zsh.sh4
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