Path : /proc/self/root/usr/share/zsh/4.3.10/functions/ |
Current File : //proc/self/root/usr/share/zsh/4.3.10/functions/zfhere |
# 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 # }