diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # .zprofile is loaded on login shells, e.g. when doing ssh. -# or running with --shell flag. +# or when running with --shell flag. ## Read bash profile if present. # emulate sh -c '. ~/.profile' -# Clone oh-my-zsh of not present. +# Clone oh-my-zsh if not present. [[ ! -e .oh-my-zsh ]] && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh |
