Fixed mkdir ~/.i3

This commit is contained in:
Austen Adler 2014-08-11 15:16:00 -04:00
parent fb609dc9bf
commit c8cda38476

View File

@ -69,7 +69,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
ln -s ${PWD}/gitconfig ~/.gitconfig
ln -s ${PWD}/bashrc ~/.bashrc
ln -s ${PWD}/zshrc ~/.zshrc
mkdir ~/.i3
mkdir -p ~/.i3
ln -s ${PWD}/i3config ~/.i3/config
fi
if [ "$VALUE" = "l" ] ; then