Question: How would you change your Bash shell prompt to the following?

  1. `SHELL="HAL\>"`
  2. `SHELL="HAL>"`
  3. `export PS1="HAL>"`
  4. `PS1="HAL\>"`

Answer: The correct answer of the above question is Option C:`export PS1="HAL>"`