But eventually it will install Craftyons with a pretty command line interface.
Edit your bash prompt config
nano ~/.bashrc
Add this line (Will show your current folder plus a $ for the regular prompt and a # if you're root.)
export PS1="\W \$"
Also see https://www.ibm.com/developerworks/linux/library/l-tip-prompt/