Skip to content

Instantly share code, notes, and snippets.

@stablexbt
Created February 12, 2026 12:43
Show Gist options
  • Select an option

  • Save stablexbt/69c5ef6f79ddd61ab66d48fcb185bfc4 to your computer and use it in GitHub Desktop.

Select an option

Save stablexbt/69c5ef6f79ddd61ab66d48fcb185bfc4 to your computer and use it in GitHub Desktop.
mac essentials

Commands

  • Zip folder with a password -
zip -er archive_name target_folder

PATH

nano ~/.zshrc
// add in file
export PATH="/your/new/path:$PATH"
// save and exit
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment