[zsh] Remove all the shell-log calls because they are slow af

This commit is contained in:
Eryn Wells 2022-01-18 14:49:09 -08:00
parent b1ab4a0446
commit 3536a9d9c2
14 changed files with 0 additions and 32 deletions

View file

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