Skip to content

Instantly share code, notes, and snippets.

View Keyaku's full-sized avatar

António Sarmento Keyaku

View GitHub Profile
@willsthompson
willsthompson / sacd_ripping_guide.md
Last active April 23, 2025 10:10
SACD Ripping Guide
@pbrisbin
pbrisbin / headache.md
Created October 27, 2014 18:55
ZSH startup file headaches

Default behavior dictates the following order for ZSH startup files:

  • /etc/zshenv
  • ~/.zshenv
  • /etc/zprofile (if login shell)
  • ~/.zprofile (if login shell)
  • /etc/zshrc (if interactive)
  • ~/.zshrc (if interactive)
  • /etc/zlogin (if login shell)
  • ~/.zlogin (if login shell)