bash --version
On AIX you cannot readily see the version of ksh but you can see the version of the installed bos.rte.shell package...
lslpp -L | grep ksh
The prompt is defined by the $PS1 environment variable
ps -p $$
Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh.
Zsh is available as a separate package for Microsoft Windows as part of the UnxUtils collection
Zsh is the default login shell for MacOS Catalina
Zsh is the default login shell for Kali Linux (since 2020.4)