Browse Source

Removed commented out code.

Pat Regan 13 years ago
parent
commit
eeea6e4fb6
  1. 4
      oh-my-zsh.sh

4
oh-my-zsh.sh

@ -17,10 +17,6 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh @@ -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

Loading…
Cancel
Save