addet .env again
This commit is contained in:
parent
b0cf44a550
commit
b34b3f9165
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -804,6 +804,9 @@ __end__() {
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
if [ -e "$HOME/.zshenv" ]; then
|
||||||
|
. $HOME/.zshenv
|
||||||
|
fi
|
||||||
__defaults__
|
__defaults__
|
||||||
__alias__
|
__alias__
|
||||||
__sources__
|
__sources__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue