about summary refs log tree commit diff
path: root/Functions/Zftp/zfhere
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-25 15:43:41 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-25 15:43:41 +0000
commit206237c8ec4b7619d9e70a75004cd1ae1066b0a0 (patch)
treeff703cbc295605f90755edb68672ed2de11f4a81 /Functions/Zftp/zfhere
parent8ceb54fbc2f879e0e80f58c18761bd54db07e5f7 (diff)
downloadzsh-dot-zsh-199904280524.tar.gz
zsh-dot-zsh-199904280524.tar.xz
zsh-dot-zsh-199904280524.zip
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
+# }