1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-07-02 20:40:11 +03:00
zsh-autoenv/tests/ZDOTDIR.invalid-module_path/.zshenv

15 lines
318 B
Plaintext
Raw Normal View History

# Use invalid module path for zsh, to test alternative zstat implementation.
# Pre-load zsh/parameter, where we do not have/need(?) an alternative
# implementation.
zmodload zsh/parameter
module_path=(/dev/null)
zstat() {
echo "Should not get called."
}
# Source base setup.
source ${ZDOTDIR}/../ZDOTDIR/.zshenv