Disable zsh shell built-in log

This is primarily useful on Darwin, where the system logging client is also named `log`.
This commit is contained in:
Spotlight 2025-06-06 13:22:36 -05:00
parent f68725a198
commit 24336ecdf6
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -73,6 +73,10 @@ in
# History search, but from beginning
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
# Prefer /usr/bin/log over the zsh shell built-in.
# This is primarily for Darwin usage.
disable log
'';
};