From a23549ea41e4ce22b5e9f2f545e871181ab2ac66 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 1 Mar 2024 10:45:57 +0100 Subject: [PATCH] zshrc: Read .profile --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 4f1d7af..a5104f7 100644 --- a/.zshrc +++ b/.zshrc @@ -35,6 +35,7 @@ antigen theme gallifrey antigen apply source "$HOME/.local/bin/generate-env" +emulate sh -c '. ~/.profile' hash direnv &> /dev/null && eval "$(direnv hook zsh)" chpwd() { exa }