blob: 8b2ae28046972e8c0a0e16c2ad61fd23a74a36ef (
plain)
1
2
3
4
5
6
7
8
|
# .zprofile is loaded on login shells, e.g. when doing ssh.
# or running with --shell flag.
## Read bash profile if present.
# emulate sh -c '. ~/.profile'
# Clone oh-my-zsh of not present.
[[ ! -e .oh-my-zsh ]] && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh
|