summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..8b2ae28
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,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