zshrc: Read .profile

This commit is contained in:
Tobias Schmidl 2024-03-01 10:45:57 +01:00
parent d3081dc180
commit a23549ea41

1
.zshrc
View file

@ -35,6 +35,7 @@ antigen theme gallifrey
antigen apply antigen apply
source "$HOME/.local/bin/generate-env" source "$HOME/.local/bin/generate-env"
emulate sh -c '. ~/.profile'
hash direnv &> /dev/null && eval "$(direnv hook zsh)" hash direnv &> /dev/null && eval "$(direnv hook zsh)"
chpwd() { exa } chpwd() { exa }