Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 620 Bytes

zsh-startup-performance-improvements-from-splitting-out-zshrc.md

File metadata and controls

14 lines (6 loc) · 620 Bytes

2024-01-11 TIL - Zsh Startup Performance Improvements From Splitting Out Zshrc

There’s no observable difference in performance between sourcing from a single .zshrc/.bashrc or sourcing from its split files.

Use Cases

  • When deciding whether to use split startup files such as .zshrc or .bashrc, performance improvements should not be a factor as they do not provide any additional benefits

References