From 38f0b3d09dba5d631c838c17ac6a58961522c9ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 16 Sep 2022 10:37:10 +0200 Subject: Added sourcing zshenv in zprofile --- config/zsh/zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zsh/zprofile b/config/zsh/zprofile index c9b2007..ce033dc 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -1,5 +1,8 @@ #!/bin/zsh +# shellcheck source=/dev/null +. "$HOME/.config/zsh/.zshenv" + if [ "$(uname)" = 'Linux' ] && [ "$(tty)" = '/dev/tty1' ] then # https://wiki.archlinux.org/title/Xorg/Keyboard_configuration -- cgit