]> Sergey Matveev's repositories - zsh-autoenv.git/blob - tests/ZDOTDIR.loadviafunction/.zshenv
9ff23713d0e710587ac6797da270356d31f0276a
[zsh-autoenv.git] / tests / ZDOTDIR.loadviafunction / .zshenv
1 # Source base setup.
2 source ${ZDOTDIR}/../ZDOTDIR/.zshenv
3
4 antigen-like-loader-function() {
5   source "$TESTDIR/../autoenv.plugin.zsh"
6 }
7 TEST_SOURCE_AUTOENV=antigen-like-loader-function