blob: 014cc809f399fe6d4baeed172cc88e13a290736e (
plain)
1
2
3
4
5
6
7
8
|
# .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.
[[ ! -e .oh-my-zsh ]] && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh
|