about summary refs log tree commit diff
path: root/Functions/Zftp/zfhere
blob: 43e599d3a0a239b46db1f79b550c4843189fb0ce (plain) (blame)
1
2
3
4
5
# function zfhere {
# Change to the directory corresponding to $PWD on the server.
# See zfcd for how this works.
zfcd $PWD
# }