david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 20.06.2013 16:31

This commit is contained in:
david 2013-06-20 16:31:35 +02:00
parent 9eeabe49f4
commit bd6032def2
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ installmyzsh()
echo ""
read -p "should i clone myzsh writeable? [y/n]" choice
if [ $choice = "y" ]; then
git clone git@bitbucket.org:beyondthewall/myzsh.git ~/.myzsh
git clone git@github.com:beyondthewall/myzsh.git ~/.myzsh
else
git clone https://bitbucket.org/beyondthewall/myzsh.git ~/.myzsh
git clone https://github.com/beyondthewall/myzsh.git ~/.myzsh
fi
done
echo 'ZSH="$HOME/.myzsh"' > ~/.zshrc