[zsh] Convert all shell-log calls to ShellLog

This commit is contained in:
Eryn Wells 2022-01-22 09:11:53 -08:00
parent 0894a4957e
commit a13ecc9e4d
17 changed files with 28 additions and 28 deletions

View file

@ -7,7 +7,7 @@ autoload prepend_to_path
function init_env_darwin
{
shell-log "Initializing Darwin environment"
ShellLog "Initializing Darwin environment"
export OSBUILD=`sysctl -n kern.osversion`
export OSVERSION=`sysctl -n kern.osproductversion`