Fixed zsh config again...

This commit is contained in:
Austen Adler 2014-08-20 20:07:56 -04:00
parent a47d6075eb
commit d531a7ea6d

View File

@ -73,7 +73,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
ln -s ${PWD}/../git/gitconfig ~/.gitconfig ln -s ${PWD}/../git/gitconfig ~/.gitconfig
ln -s ${PWD}/../shells/bashrc ~/.bashrc ln -s ${PWD}/../shells/bashrc ~/.bashrc
ln -s ${PWD}/../shells/zshrc ~/.zshrc ln -s ${PWD}/../shells/zshrc ~/.zshrc
if [ ! -d "~/.oh-my-zsh" ] ; then if [ -d "~/.oh-my-zsh" ] ; then
curl -L http://install.ohmyz.sh | sh curl -L http://install.ohmyz.sh | sh
fi fi
mkdir -p ~/.i3 mkdir -p ~/.i3