diff --git a/.zshrc b/.zshrc index ce80419..20745f1 100644 --- a/.zshrc +++ b/.zshrc @@ -34,4 +34,7 @@ precmd() { echo -ne "\e]2;${tab_label}\a" } -source ~/.aliases +# Report CPU usage for commands running longer than 5 seconds +REPORTTIME=1 + +. ~/.autoload