zshrc: Read .profile
This commit is contained in:
parent
d3081dc180
commit
a23549ea41
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue