소스 검색

cheeky (commented out) zprof

Tom McKenzie 5 년 전
부모
커밋
121b857d8e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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