Custumize Parrot OS Shell In Termux Steps: $apt update $apt upgrade $cd.. $cd usr/etc $ls $apt install nano $nano bash.bashrc Now You Will See a Line PS1="/$" Use Hackers Keyboard 👉Link Just clear the line PS1="/$" And Copy the below Code and paste PS1='\[\e[91m\]┌─[\[\e[97m\]\T\[\e[91m\]]─────\e[1;91m[\e[1;92mroot@name\e[1;91m]\e[0;91m───[\e[1;96m\#\e[1;91m]\n|\n\e[0;91m└─[\[\e[91m\]\e[0;95m\W\[\e[91m\]]────►\e[1;93m' And By Using Hackers Keyboard Add You Name in the code in "@name" eg, if your name is ALKR Then PS1='\[\e[91m\]┌─[\[\e[97m\]\T\[\e[91m\]]─────\e[1;91m[\e[1;92mroot@ALKR\e[1;91m]\e[0;91m───[\e[1;96m\#\e[1;91m]\n|\n\e[0;91m└─[\[\e[91m\]\e[0;95m\W\[\e[91m\]]────►\e[1;93m' And Please Note This Codes Should be in a Single Line Hit Cntrl + X to Save Take A New Session And Check Whether the Shell Was Added Or Not Now to Remove the O...