Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem after upgrade from 4.3 to 5.2
- X-seq: zsh-users 21447
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Problem after upgrade from 4.3 to 5.2
- Date: Fri, 15 Apr 2016 21:48:14 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=RfexLB7pA04YjWVkqfGLqyeRsO5jCeInHXT0+9w+lfg=; b=X/eYoO4i6YkpmWum9jthbevpRaJfiHPMHsWICSJKgj00S9OT2wu9n7VnyWF2DdOEu/ IeHYmIIxWqQzW1rPnO6hxmIL5LY5DNehyqKt3X3DjXSYxFPtu85zV14sT2KpUdCfE/HP hjVc22RQ4QR/s6JAjeIsR42YXW3hXoM+f7JFBssiVuUWSecdB30vCzjcHhMHVzCZ83JY TyYCdByUmKJqw9Kz70D/s2T/zqkhebSaRYy56duww394nmzNVMI7/OdS7/MSqCj6x8E+ BN7lDPxrC2R2usEOdKupzExuJ/c3Q+hft76FRvHkGeFtY402IDDwbyBJNRzNm4hNYKfn jIOQ==
- In-reply-to: <57116948.903@mail.se>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <57116948.903@mail.se>
On Apr 16, 12:20am, Henrik Johansson wrote:
}
} The solution seems to be an update to /etc/zshrc
We get into more trouble with things people throw into those /etc files.
} disable enable disable
A better solution would have been
enable() { command enable "$@" }
disable() { command disable "$@" }
although that still wouldn't have avoided the problem with the use of
"enable" in completion setup: changing to "builtin enable" in compinit
is definitely the right thing for us to do.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author