added autoload, added REPORTTIME

files: .zshrc
This commit is contained in:
finga 2015-11-13 18:25:47 +01:00
parent 6a7da036ca
commit 6d447aac7b

5
.zshrc
View file

@ -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