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