diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-04-25 14:42:44 +0200 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-04-25 14:45:47 +0200 |
| commit | d97c5e1bc7d7eb607d5763f08eb38d16a96a509f (patch) | |
| tree | d0349ac4726ba36f257562833bc57b2fd03e1271 /.zprofile | |
| parent | d7bfc27d62972f1036aa5f4b592518eb78b341a2 (diff) | |
Add muttrc without secret.
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 |
