You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,8 @@ When not currently active, execute the following:
138
138
```zsh
139
139
rm -rf "${XDG_DATA_HOME:-$HOME/.local/share}/zap"
140
140
```
141
+
## TROUBLESHOOTING
142
+
If you are attempting to troubleshoot slow shell loading that may be due to slow plugins, add `export zap_print_times=1` to your zshrc file before you call `plug` and it will print out the load time for each plugin or sourced file.
0 commit comments