# Temporary method
export PS1="Your Custom Prompt"
# Permanant method
sudo nano ~/.bashrc
#Type your password
#Then in nano go to the last line, press ENTER and type PS1="Your Custom Prompt"
#Press CTRL+X and press y and save the file as .bashrc
source ~/.bashrc