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