If you spend any amount of time working on the command line in macOS, you’ll eventually want to automate the process of opening URLs in your favorite browser.
Bash aliases are essential for anyone using the command line. An alias is basically just a shortcut for some other, typically longer command.
It’s nice to have quick access to your command history on the command line, but sometimes it’s valuable to know exactly when you typed a command.
As a developer, I’ve customized my bash prompt to always show the current git branch if I’m in an initialized git repository. This is convenient, but it can make for a very long bash prompt.
Finding guides
If you spend any amount of time working on the command line in macOS, you’ll eventually want to automate the process of opening URLs in your favorite browser.
Bash aliases are essential for anyone using the command line. An alias is basically just a shortcut for some other, typically longer command.
It’s nice to have quick access to your command history on the command line, but sometimes it’s valuable to know exactly when you typed a command.
As a developer, I’ve customized my bash prompt to always show the current git branch if I’m in an initialized git repository. This is convenient, but it can make for a very long bash prompt.
We’re hiring!
Are you a passionate writer? We want to hear from you!
©2020 Howchoo, LLC
SitemapTerms of usePrivacy policyDMCA requestsCA Residents: Do Not Sell My Personal InformationWant to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.