I want to make Kali WSL terminal more like the original terminal in Kali Linux
(env.: Xfce4
, theme: kali-dark
, shell:zsh
).
How can I do to make it?
first you need to know what shell you are in;
echo $SHELL
and then you can find info on how to change settings in it.
(if its already using zsh, then check the terminal settings are set to xterm=256
It was bash
.
And then… ?
What should I do?
Here you go, make it easy for you;
Thank you!