Rename command from dot to dots, because dot clashes with Graphviz

This commit is contained in:
Danielle McLean 2016-10-04 08:36:25 +11:00
parent b185a2c79b
commit b4fb45e322
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -9,7 +9,7 @@ bootstrap() {
fi
mkdir -p ~/.zsh && touch ~/.zsh/zhistory
clone dot vim zsh || return $?
clone dots vim zsh || return $?
link
}