diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-09-16 10:37:10 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-09-16 10:37:10 +0200 |
| commit | 38f0b3d09dba5d631c838c17ac6a58961522c9ba (patch) | |
| tree | 231730eb5fce19807042e7085beac58c7fe5c991 | |
| parent | ff082a2ca7ea847de55b9cee8d51708132d0ccc1 (diff) | |
| download | dotfiles-38f0b3d09dba5d631c838c17ac6a58961522c9ba.tar.gz dotfiles-38f0b3d09dba5d631c838c17ac6a58961522c9ba.tar.bz2 dotfiles-38f0b3d09dba5d631c838c17ac6a58961522c9ba.zip | |
Added sourcing zshenv in zprofile
| -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 |
