Enhance Your Bash Prompt
When you use the command line, most systems come with a simple prompt. However, your prompt can be as extensive or as minimal as you like. Here are a couple of ways to improve your Bash prompt
Create Bash Aliases
Bash (The Bourne Again SHell) has a feature that lets you create a keyword to associate with a command. It’s a great way to make it easy to execute hard to type commands. It’s called alias.