Ver Fonte

cheeky (commented out) zprof

Tom McKenzie há 5 anos atrás
pai
commit
121b857d8e
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      .zshrc

+ 5 - 0
.zshrc

@@ -1,3 +1,6 @@
+# benchmark startup:
+# zmodload zsh/zprof
+
 # load all files from .shell/zshrc.d directory
 if [ -d $HOME/.zshrc.d ]; then
   for file in $HOME/.zshrc.d/*.zsh; do
@@ -23,3 +26,5 @@ if [ -f '/Users/tom/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/tom/google-
 
 # The next line enables shell command completion for gcloud.
 if [ -f '/Users/tom/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/tom/google-cloud-sdk/completion.zsh.inc'; fi
+
+# zprof