1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-07-03 04:50:11 +03:00
zsh-autoenv/tests/ZDOTDIR.loadviafunction/.zshenv

13 lines
261 B
Bash

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