Zmiana warunku.
This commit is contained in:
parent
09884c4a26
commit
ee4e0148c4
@ -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` = "ftpd" ]; then
|
||||
if [ `whoami` = "ftpd" ] || [ `whoami` = "bartek.stalewski" ]; then
|
||||
path="git@bitbucket.org:ftpd/dotfiles.git"
|
||||
else
|
||||
path="https://bitbucket.org/ftpd/dotfiles.git"
|
||||
|
Loading…
Reference in New Issue
Block a user