mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
Create $AUTHENV_ENV_FILENAME if it does not exist
This commit is contained in:
parent
e567a40592
commit
027e8fb5de
@ -2,6 +2,7 @@
|
|||||||
# https://github.com/joshuaclayton/dotfiles/blob/master/zsh_profile.d/autoenv.zsh
|
# https://github.com/joshuaclayton/dotfiles/blob/master/zsh_profile.d/autoenv.zsh
|
||||||
|
|
||||||
export AUTOENV_ENV_FILENAME=$HOME/.env_auth
|
export AUTOENV_ENV_FILENAME=$HOME/.env_auth
|
||||||
|
[ -e $AUTOENV_ENV_FILENAME ] || touch $AUTOENV_ENV_FILENAME
|
||||||
|
|
||||||
# Name of file to look for when entering directories.
|
# Name of file to look for when entering directories.
|
||||||
: ${AUTOENV_FILE_ENTER:=.env}
|
: ${AUTOENV_FILE_ENTER:=.env}
|
||||||
|
Loading…
Reference in New Issue
Block a user