added autoload, added REPORTTIME
files: .zshrc
This commit is contained in:
parent
6a7da036ca
commit
6d447aac7b
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.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
|
||||
|
|
Loading…
Reference in a new issue