diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-15 21:33:36 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-15 21:33:36 +0000 |
commit | ce9d10e465acd5a5641778154d176fd737d47eed (patch) | |
tree | 4a82590f469b3eae8ffb3ab1d027406d6bad3f9e /Functions/Zftp/zfdir | |
parent | 03e230cc54103d18e9c8a18208c7d27805400a71 (diff) | |
download | zsh-ce9d10e465acd5a5641778154d176fd737d47eed.tar.gz zsh-ce9d10e465acd5a5641778154d176fd737d47eed.tar.xz zsh-ce9d10e465acd5a5641778154d176fd737d47eed.zip |
zsh-workers/9067
Diffstat (limited to 'Functions/Zftp/zfdir')
-rw-r--r-- | Functions/Zftp/zfdir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Zftp/zfdir b/Functions/Zftp/zfdir index deb5b9762..b8930b176 100644 --- a/Functions/Zftp/zfdir +++ b/Functions/Zftp/zfdir @@ -22,6 +22,7 @@ emulate -L zsh setopt extendedglob +[[ $curcontext = :zf*: ]] || local curcontext=:zfdir: local file opt optlist redir i newargs force local curdir=$zfconfig[curdir_$ZFTP_SESSION] local otherdir=$zfconfig[otherdir_$ZFTP_SESSION] |