[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

@ -5,7 +5,7 @@ autoload binary_exists
function init_rc_aliases
{
shell-log -l 'debug' "Setting up shell aliases"
ShellLog -l 'debug' "Setting up shell aliases"
alias j='jobs'
alias h='history'
@ -28,7 +28,7 @@ function init_rc_aliases
binary_exists ledger && alias l='ledger'
binary_exists gpg2 && alias gpg='gpg2'
shell-log -l debug 'Setting up suffix aliases'
ShellLog -l debug 'Setting up suffix aliases'
alias -s c='vim'
alias -s tex='vim'
alias -s txt='vim'