From d97c5e1bc7d7eb607d5763f08eb38d16a96a509f Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sun, 25 Apr 2021 14:42:44 +0200 Subject: Add muttrc without secret. --- .zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zprofile') 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 -- cgit v1.2.3