about summary refs log tree commit diff
path: root/Functions/Zftp/zfhere
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zftp/zfhere')
-rw-r--r--Functions/Zftp/zfhere5
1 files changed, 5 insertions, 0 deletions
diff --git a/Functions/Zftp/zfhere b/Functions/Zftp/zfhere
new file mode 100644
index 000000000..43e599d3a
--- /dev/null
+++ b/Functions/Zftp/zfhere
@@ -0,0 +1,5 @@
+# function zfhere {
+# Change to the directory corresponding to $PWD on the server.
+# See zfcd for how this works.
+zfcd $PWD
+# }