mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
parent
8961a3794c
commit
9ecde7f732
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
#!/bin/zsh
|
|
||||||
|
|
||||||
source_env() {
|
source_env() {
|
||||||
if [[ -f .env ]]; then
|
if [[ -f .env ]]; then
|
||||||
if [[ -o a ]]; then
|
if [[ -o a ]]; then
|
||||||
|
@ -14,3 +12,5 @@ source_env() {
|
||||||
|
|
||||||
autoload -U add-zsh-hook
|
autoload -U add-zsh-hook
|
||||||
add-zsh-hook chpwd source_env
|
add-zsh-hook chpwd source_env
|
||||||
|
|
||||||
|
source_env
|
||||||
|
|
Loading…
Reference in a new issue