diff --git a/zsh/func/init_rc_darwin b/zsh/func/init_rc_darwin index 173e43f..de75d4f 100644 --- a/zsh/func/init_rc_darwin +++ b/zsh/func/init_rc_darwin @@ -16,6 +16,10 @@ binary_exists gls && init_rc_configure_ls `which gls` # ldd doesn't exist on OS X, but otool -L does the same thing. alias ldd='otool -L' +# From macOS's system zshrc. +# Disable the log builtin, so we don't conflict with /usr/bin/log +disable log + local sounds=/System/Library/Sounds alias glass="afplay $sounds/Glass.aiff" alias funk="afplay $sounds/Funk.aiff"