diff options
| author | listout <listout@protonmail.com> | 2022-01-04 10:37:37 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-01-04 10:37:37 +0000 |
| commit | 4173bee5df7474782e15d63c78719c7aa675a4f1 (patch) | |
| tree | 7b730d19833299b5de7e2cf095ff1b5f15ba433d | |
| parent | 97a80255ec04cd27750002f08b5a725f747e8188 (diff) | |
| download | dots-4173bee5df7474782e15d63c78719c7aa675a4f1.tar.gz | |
zsh profiling code
| -rw-r--r-- | .zshrc | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,7 @@ -# Created by newuser for 5.8 +# Created by gogo for 5.8 + +# Profiling +#zmodload zsh/zprof ## Use vim mode bindkey -v @@ -12,3 +15,7 @@ source $HOME/.config/zsh/prompt.zsh source $HOME/.config/zsh/history_search.zsh source $HOME/.config/zsh/aliases.zsh source $HOME/.config/zsh/help_command.zsh + +# Profiling +#zprof +#time zsh -i -c exit |
