mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +02:00
tests: setup for multiple ZDOTDIRs, fix/add "setopt clobber"
This commit is contained in:
8
tests/ZDOTDIR/.zshenv
Normal file
8
tests/ZDOTDIR/.zshenv
Normal file
@@ -0,0 +1,8 @@
|
||||
test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
|
||||
|
||||
AUTOENV_DEBUG=0
|
||||
|
||||
source "$TESTDIR/../autoenv.plugin.zsh"
|
||||
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"
|
||||
|
||||
echo -n > $AUTOENV_ENV_FILENAME
|
||||
Reference in New Issue
Block a user