Zmiana credentiali.

This commit is contained in:
Bartek Stalewski 2014-07-27 22:50:46 +02:00
parent e370e9e9f9
commit 09884c4a26
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ rm -rf ~/.dotfiles ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.gvimrc ~/.gitignore
# repos
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
if [ `hostname` = "tuonela" ] && [ `whoami` = "bartek.stalewski" ]; then
if [ `hostname` = "tuonela" ] && [ `whoami` = "ftpd" ]; then
path="git@bitbucket.org:ftpd/dotfiles.git"
else
path="https://bitbucket.org/ftpd/dotfiles.git"