1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2025-12-14 02:15:11 +02:00

Add debugging, via AUTOENV_DEBUG>1

This commit is contained in:
Daniel Hahler
2014-11-26 19:42:57 +01:00
parent 58409acda3
commit 0b941261b7
2 changed files with 49 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
AUTOENV_DEBUG=0
source "$TESTDIR/../autoenv.plugin.zsh"
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"