mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-16 21:31:00 +02:00
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
|
test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
|
||
|
|
||
|
AUTOENV_DEBUG=0
|
||
|
|
||
|
antigen-like-loader-function() {
|
||
|
source "$TESTDIR/../autoenv.plugin.zsh"
|
||
|
}
|
||
|
antigen-like-loader-function
|
||
|
|
||
|
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"
|
||
|
|
||
|
echo -n > $AUTOENV_ENV_FILENAME
|