diff --git a/www/content/even-faster.md b/www/content/even-faster.md new file mode 100644 index 0000000..812610d --- /dev/null +++ b/www/content/even-faster.md @@ -0,0 +1,8 @@ +Antibody is faster than other zsh package managers, but you might want to speed it up further. + +Highly recommended to read the following. + +Here's some useful links: + - [Speeding up my ZSH load - Carlos Alexandro Becker](https://carlosbecker.com/posts/speeding-up-zsh/): outlines a few fixes that will speed up the prompt massively. Also explains how to debug your prompt load time. + - [Speed up zsh compinit by only checking cache once a day.](https://gist.github.com/ctechols/ca1035271ad134841284): mentioned in the previous link, but leaving this here for reference as it is helpful for anyone using zsh. + - [How to debug zsh startup time — JB on programming 1.0.0 documentation](http://jb-blog.readthedocs.io/en/latest/posts/0032-debugging-zsh-startup-time.html)