1999-04-25 17:43:45 +02:00
|
|
|
# function zfhere {
|
|
|
|
# Change to the directory corresponding to $PWD on the server.
|
|
|
|
# See zfcd for how this works.
|
2000-05-08 12:45:02 +02:00
|
|
|
[[ $curcontext = :zf* ]] || local curcontext=:zfhere
|
1999-04-25 17:43:45 +02:00
|
|
|
zfcd $PWD
|
|
|
|
# }
|