This file is indexed.

/usr/share/zsh/functions/Zftp/zfhere is in zsh-common 5.3.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
# function zfhere {
# Change to the directory corresponding to $PWD on the server.
# See zfcd for how this works.
[[ $curcontext = :zf* ]] || local curcontext=:zfhere
zfcd $PWD
# }