From a0d93ac5d9a6e0e9687f50b54e5f8b34b8f38f25 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sun, 18 Apr 2021 15:05:33 +0200 Subject: Add zshenv and zprofile. --- .zprofile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') 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 -- cgit v1.2.3