[zsh] Remove all the shell-log calls because they are slow af
This commit is contained in:
parent
b1ab4a0446
commit
3536a9d9c2
14 changed files with 0 additions and 32 deletions
|
|
@ -19,7 +19,6 @@ function init_configure_ls
|
|||
ls_options='-G'
|
||||
fi
|
||||
|
||||
shell-log -l debug "Setting up aliases for $1"
|
||||
alias ls="$1 $ls_options"
|
||||
alias la="$1 -A $ls_options"
|
||||
alias ll="$1 -l $ls_options"
|
||||
|
|
@ -33,7 +32,6 @@ function init_configure_ls
|
|||
dircolors="$HOME/.dircolors/default.cfg"
|
||||
fi
|
||||
|
||||
shell-log -l debug "Setting up dircolors: `basename $dircolors`"
|
||||
eval `$dircolors_bin $dircolors`
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue