mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-10 03:20:59 +02:00
b92462ff2d
This makes it easier to run tests without providing ZDOTDIR.
12 lines
259 B
Bash
12 lines
259 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."
|
|
}
|