From e82224684b95e9dcba93d34d85a69e8b8aed9ca4 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 6 Nov 2024 02:51:31 +0100 Subject: [PATCH] zsh: Re-enable global rc files I am not sure why I ever disabled them, but this goes way back to the very first commit. Since some packages rely on /etc/profile.d/ to add their location to PATH I want /etc/zsh/zprofile to source these. On my current Manjaro machine it contains just this line: emulate sh -c 'source /etc/profile' --- .config/zsh/.zshenv | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 0a21c93..b014c33 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -1,4 +1,2 @@ -setopt NO_GLOBAL_RCS - # Has to be exported for every pts again so we cannot put this in zprofile export GPG_TTY="$TTY"