mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-14 21:00:58 +02:00
5 lines
144 B
Bash
5 lines
144 B
Bash
test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
|
|
|
|
source "$TESTDIR/../autoenv.plugin.zsh"
|
|
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"
|