1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-12 20:20:59 +02:00
zsh-autoenv/tests/ZDOTDIR.loadviafunction/.zshenv
Daniel Hahler b92462ff2d tests: simplify ZDOTDIR setup, remove base
This makes it easier to run tests without providing ZDOTDIR.
2017-12-16 00:22:26 +01:00

5 lines
126 B
Bash

antigen-like-loader-function() {
source "$TESTDIR/../autoenv.plugin.zsh"
}
TEST_SOURCE_AUTOENV=antigen-like-loader-function