mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-05 01:10:59 +02:00
fd54606830
Without this, a new subshell would reset the env authentication file.
8 lines
185 B
Bash
8 lines
185 B
Bash
# Source base setup.
|
|
source ${ZDOTDIR}/../ZDOTDIR/.zshenv
|
|
|
|
antigen-like-loader-function() {
|
|
source "$TESTDIR/../autoenv.plugin.zsh"
|
|
}
|
|
TEST_SOURCE_AUTOENV=antigen-like-loader-function
|