For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terminal Customization

How to improve default terminal experience

Hostname in Terminal

By default, the Terminal app will display your username@hostname.local.

  • We can change the hostname by going to System Settings > General > About but this still leaves .local appended within the Terminal

  • So instead we can run this command sudo scutil --set HostName <new_hostname>


ZSH Shell

Completion Features


Auto-Suggestions

hit left arrow key to use suggestion

Enable Shell Completion


Display Current Git Branch

new colors and git branch in name

Last updated