Commit 78945f14 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove redundant & deprecated oh-my-zsh clone

parent 6b4a5d20
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12,9 +12,6 @@ DISABLE_AUTO_UPDATE=true

# activate oh-my-zsh
export ZSH=$HOME/.oh-my-zsh
if [[ ! -d $ZSH ]] && has git; then
	git clone git://github.com/robbyrussell/oh-my-zsh.git $ZSH
fi
[[ -d $ZSH ]] && source $ZSH/oh-my-zsh.sh

# Local shell settings