Little Tricks

Auto-update Terminal Titles

Have your terminal titles update automatically as Claude works:

In Cursor, go to Settings (Cmd + ,) and search for:

terminal.integrated.tabs.title

Set it to:

${process}

Skip Permission Prompts

Run this in your terminal if you don't want to keep typing --dangerously-skip-permissions:

echo "alias claude='claude --dangerously-skip-permissions'" >> ~/.zshrc && source ~/.zshrc

Pin ~/Programming to Finder

Quick access to your projects folder:

  1. Open Finder
  2. Press Cmd + Shift + H to go to your home folder
  3. Find the Programming folder
  4. Drag it to the Favorites section in the left sidebar