Browse code

Removed commented out code.

Pat Regan authored on 08/04/2011 at 15:12:21
Showing 1 changed files
... ...
@@ -17,10 +17,6 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
17 17
 # Load the theme
18 18
 source "$ZSH/themes/$ZSH_THEME.zsh-theme"
19 19
 
20
-# Load and run compinit
21
-#autoload -U compinit
22
-#compinit -i
23
-
24 20
 # Check for updates on initial load...
25 21
 if [ "$DISABLE_AUTO_UPDATE" = "true" ]
26 22
 then