summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-05-25 22:52:15 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-05-25 22:52:15 +0200
commitecbf1d1961f989e591c9291116ea91a87c81744c (patch)
tree1b6a142ae38e666372e9beb18958cff0f6aa0861 /.zprofile
parentd0c7230a9fb78a87a919b9aff05f6630fa6500f5 (diff)
Remove zshenv. Load .profile in zsh.
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
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