summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-04-25 14:42:44 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-04-25 14:45:47 +0200
commitd97c5e1bc7d7eb607d5763f08eb38d16a96a509f (patch)
treed0349ac4726ba36f257562833bc57b2fd03e1271 /.zprofile
parentd7bfc27d62972f1036aa5f4b592518eb78b341a2 (diff)
Add muttrc without secret.
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