Change path.

This commit is contained in:
Bartek Stalewski 2012-11-22 12:05:09 +01:00
parent eec72e2d64
commit 8330c5a4b4

View File

@ -10,7 +10,7 @@ sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc
echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc
# ftpd/doftiles # ftpd/doftiles
path="https://ftpd@bitbucket.org/ftpd/dotfiles.git" path="https://bitbucket.org/ftpd/dotfiles.git"
if [ `hostname` = "tuonela.local" ] && [ `whoami` = "ftpd" ]; then if [ `hostname` = "tuonela.local" ] && [ `whoami` = "ftpd" ]; then
path="git@bitbucket.org:ftpd/dotfiles.git" path="git@bitbucket.org:ftpd/dotfiles.git"