add startup profiling - commented out

This commit is contained in:
Thomas Ruoff
2018-06-14 09:07:56 +02:00
parent 0eab4e99dc
commit 91717c4e43

View File

@@ -1,3 +1,6 @@
# for startup profiling (also see end of file)
# zmodload zsh/zprof
# load custom executable functions
for function in ~/.zsh/functions/*; do
source $function
@@ -46,3 +49,5 @@ _load_settings "$HOME/.zsh/configs"
[[ -f ~/.aliases ]] && source ~/.aliases
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# zprof