zsh
PROMPT#
This will display a basic prompt containing the username and the path.
PROMPT='%F{cyan}%n%f %F{yellow}%~%f %F{green}❯%f '
This will display a basic prompt containing the username and the path.
PROMPT='%F{cyan}%n%f %F{yellow}%~%f %F{green}❯%f '