/usr/share/ondir/integration/zsh is in ondir 0.2.3+git0.55279f03-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | eval_ondir() {
eval "`ondir \"$OLDPWD\" \"$PWD\"`"
}
chpwd_functions=( eval_ondir $chpwd_functions )
|