Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problem after upgrade from 4.3 to 5.2



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