Poprawka hostname.

This commit is contained in:
Bartek Stalewski 2013-01-07 23:45:57 +01:00
parent 8c69f2acb0
commit 3c16dede48

View File

@ -14,7 +14,7 @@ echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc
# ftpd/doftiles # ftpd/doftiles
path="https://bitbucket.org/ftpd/dotfiles.git" path="https://bitbucket.org/ftpd/dotfiles.git"
if [ `hostname` = "tuonela.local" ] && [ `whoami` = "ftpd" ]; then if [ `hostname` = "tuonela" ] && [ `whoami` = "ftpd" ]; then
path="git@bitbucket.org:ftpd/dotfiles.git" path="git@bitbucket.org:ftpd/dotfiles.git"
fi fi
git clone $path ~/.dotfiles git clone $path ~/.dotfiles