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

Re: PATCH: separate watch/log functionality out into a module



Jun. T wrote on Tue, 09 Nov 2021 10:27 +00:00:
> Apple puts the following lines to its /etc/zshrc:
>
> # Disable the log builtin, so we don't conflict with /usr/bin/log
> disable log

Might be better for them to change that to «log() { command log "$@" }».
This would preserve their change of default behaviour but make it
possible for users to explicitly call the builtin (through the syntax
«builtin log …»).





Messages sorted by: Reverse Date, Date, Thread, Author