diff options
author | listout <listout@protonmail.com> | 2022-01-04 16:07:37 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-04 16:07:37 +0530 |
commit | 4173bee5df7474782e15d63c78719c7aa675a4f1 (patch) | |
tree | 7b730d19833299b5de7e2cf095ff1b5f15ba433d /.zshrc | |
parent | 97a80255ec04cd27750002f08b5a725f747e8188 (diff) |
zsh profiling code
Diffstat (limited to '.zshrc')
-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 |