summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index 8b2ae28..014cc80 100644
--- a/.zprofile
+++ b/.zprofile
@@ -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