Simple Bash Ps1 Variable Editing to make it look a bit nice.
mkdir -p ~/Personal && git clone https://github.com/niksingh710/bash_Prompt.git ~/Personal/.bash_customPrompt && echo source ~/Personal/.bash_customPrompt/custom_prompt.sh >> ~/.bashrc && exec bash
Git needed to be installed and this is tested on Linux with bash shell.
sudo apt install git
Other Distro USERS use google 😅.
The fonts in 'assets/fonts' directory is required to make it work.
Try different branches to check new edits.
How to ?
Navigating to directory.
cd ~/Personal/.bash_customPrompt/
Seeing available branches
git branch
To try a branch
git checkout <branchName> && exec bash

