The Bash Prompt is the text on your console before the actual command.
echo $PS1
If you get displaying errors or just want a shorter prompt just use:
PS1="# "
The Bash Prompt is the text on your console before the actual command.
echo $PS1
If you get displaying errors or just want a shorter prompt just use:
PS1="# "