Fixed zshrc to source zshenv

This commit is contained in:
Johannes Olzem 2024-06-17 23:36:13 +02:00
parent 1ed515dc4e
commit 2d33f8a8ba
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -20,7 +20,7 @@ _comp_options+=(globdots) # include hidden files
autoload -U colors && colors autoload -U colors && colors
source $HOME/.config/zsh/variables source /etc/zsh/zshenv
source $HOME/.config/zsh/aliases source $HOME/.config/zsh/aliases
source $HOME/.config/zsh/zsh-autosuggestions.zsh source $HOME/.config/zsh/zsh-autosuggestions.zsh
source $HOME/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source $HOME/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh