1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2025-01-21 21:31:06 +02:00

14 lines
297 B
Bash

# 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 ${ZDOTDIR}/../ZDOTDIR/.zshenv