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
.localappended within the TerminalSo instead we can run this command
sudo scutil --set HostName <new_hostname>

ZSH Shell
Completion Features
Auto-Suggestions

Enable Shell Completion
Display Current Git Branch

Last updated