Customizing your Bash Prompt Pt. 1

How to customize your Bash Prompt Part 1 If you’re a developer there’s a big chance that you’re familiar with the terminal. The terminal’s used for: Git git push git pull git commit Running code python main.py gcc/g++ main.cpp Editing files nano ~/.bashrc You get the idea; the terminal’s a big part of a developer’s day, and today, I’m going to show you how to customize it.