Poprawka hostname.
This commit is contained in:
parent
8c69f2acb0
commit
3c16dede48
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user