mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-05 09:20:59 +02:00
9a010cbdf6
This is meant to keep the current state when re-sourcing the shell config (`. ~/.zshrc`). Closes https://github.com/Tarrasch/zsh-autoenv/pull/24
8 lines
154 B
Bash
8 lines
154 B
Bash
test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
|
|
|
|
AUTOENV_DEBUG=0
|
|
|
|
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"
|
|
|
|
echo -n > $AUTOENV_ENV_FILENAME
|