From ecbf1d1961f989e591c9291116ea91a87c81744c Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Tue, 25 May 2021 22:52:15 +0200 Subject: Remove zshenv. Load .profile in zsh. --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index a51740f..886e1b6 100644 --- a/.zprofile +++ b/.zprofile @@ -2,7 +2,7 @@ # or when running with --shell flag. ## Read bash profile if present. -#emulate sh -c '. ~/.profile' +emulate sh -c '. ~/.profile' # Clone oh-my-zsh if not present. test ! -e ~/.oh-my-zsh && git clone https://github.com/ohmyzsh/ohmyzsh .oh-my-zsh -- cgit v1.2.3