# .zprofile is loaded on login shells, e.g. when doing ssh.
# or when running with --shell flag.
## Read bash profile if present.
emulate sh -c '. ~/.profile'
# Clone oh-my-zsh if not present.
test ! -e ~/.oh-my-zsh && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh