diff options
| -rwxr-xr-x | config/zsh/zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
