Greetings,

I recently upgraded from 2020.3 to 2020.4, and in the notes, i noticed that the bash shell also got a makeover to look like zsh. I followed the instructions, but still cant get the makeover to show up. Am I missing something?

Instructions taken from here: https://www.kali.org/news/kali-linux-2020-4-release/

kali@kali:~$ cp -i .bashrc{,.bak}
kali@kali:~$
kali@kali:~$ cp -i /etc/skel/.bashrc ~/
kali@kali:~$
kali@kali:~$ source ~/.bashrc
┌──(kali㉿kali)-[~]
└─$ echo Hello World. I'm $0
Hello World. I'm bash
┌──(kali㉿kali)-[~]
└─$