david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

Merge branch 'master' of github.com:beyondthewall/myzsh

This commit is contained in:
david 2013-06-20 17:23:01 +02:00
commit 6ea8fb2b55
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ myzsh is basically my personal zsh config including a couple of features i fancy
###installation
```bash
wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh; \
wget https://raw.github.com/beyondthewall/myzsh/master/install.sh; \
chmod +x install.sh; ./install.sh; rm install.sh
```

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