mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-05 09:20:59 +02:00
9 lines
194 B
Bash
9 lines
194 B
Bash
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
|