From ce9d10e465acd5a5641778154d176fd737d47eed Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 15 Dec 1999 21:33:36 +0000 Subject: zsh-workers/9067 --- Functions/Zftp/zfcd | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions/Zftp/zfcd') diff --git a/Functions/Zftp/zfcd b/Functions/Zftp/zfcd index 2ecc8b0f6..57760980c 100644 --- a/Functions/Zftp/zfcd +++ b/Functions/Zftp/zfcd @@ -20,6 +20,7 @@ # work just as long as the directory structures under the home match. emulate -L zsh +[[ $curcontext = :zf*: ]] || local curcontext=:zfcd: if [[ $1 = /* ]]; then zfautocheck -dn || return 1 -- cgit 1.4.1