Remove OhMyZsh stuff from setup.sh

It has been commented out for ages now...
This commit is contained in:
Eryn Wells 2016-02-07 11:21:38 -08:00
parent 83312a3ed6
commit cf8855b292

View file

@ -3,7 +3,6 @@
dfdir=$(cd "$(dirname "$0")" && pwd) dfdir=$(cd "$(dirname "$0")" && pwd)
sys=`uname -s | tr A-Z a-z` sys=`uname -s | tr A-Z a-z`
omzrepo=git://github.com/robbyrussell/oh-my-zsh.git
# Vim bundles # Vim bundles
typeset -A vimbundles typeset -A vimbundles
@ -30,10 +29,6 @@ vimbundles=( \
Vundle.vim "https://github.com/gmarik/Vundle.vim.git" \ Vundle.vim "https://github.com/gmarik/Vundle.vim.git" \
) )
#if [[ ! -d ~/.oh-my-zsh ]]; then
# print -P "%BCloning Oh my ZSH!"
# git clone $omzrepo $HOME/.oh-my-zsh
#fi
function link function link