浏览代码

Removed commented out code.

Pat Regan 14 年之前
父节点
当前提交
235733e5e2
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      oh-my-zsh.sh

+ 0 - 4
oh-my-zsh.sh

@@ -17,10 +17,6 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
 # Load the theme
 # Load the theme
 source "$ZSH/themes/$ZSH_THEME.zsh-theme"
 source "$ZSH/themes/$ZSH_THEME.zsh-theme"
 
 
-# Load and run compinit
-#autoload -U compinit
-#compinit -i
-
 # Check for updates on initial load...
 # Check for updates on initial load...
 if [ "$DISABLE_AUTO_UPDATE" = "true" ]
 if [ "$DISABLE_AUTO_UPDATE" = "true" ]
 then
 then