Parrot look in termux

In Order To Make your Termux Terminal Bash look like Parrot terminal there is a trick. The trick is shown below.

Type the following command Respectively

cd ..

cd usr/etc

pkg install nano 

nano bash.bashrc

Now clear the screen and paste the following command :-


figlet -f slant SONU 
PS1='\033[01;34m\]┌──\[\033[01;32m\]root\[\033[01;34m\]@\[\033[01;31m\]\h\[\033[00;34m\]\[\033[01;34m\]\w\[\033[00;34m\]\[\033[01;32m\]:
\[\033[01;34m\]└╼\[\033[01;31m\]#\[\033[01;32m\]'


In the above command replace your name with SONU.

Comments