Export PS1="%n@%B%M%b/%~ %"

export PS1="%n@%B%M%b/%~ %"

%{$fg_no_bold[cyan]%}%n%{$fg_bold[red]%}•%{$fg_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}

What about my import PS1?

i think that might be more of a /vr/ thing, user

export PS1="For a good time, meet \u in stall 2 at \T 8=====D~~"

export PS1='$ '

Who the hell exports PS1? It means nothing outside the shell, it's just wasting space in the environment?

Japan exports the PS1. It was a fantastic system surpassed by the PS2, which was a system second only to the Super Nintendo. Pretty much the 3rd best system ever.

export PS1="\n\[\e[1;33m\]\A \w \[\e[0m\]\n "

PS1='\W $ '

if [ "$color_prompt" = yes ]; then
PS1="$HC$FYEL[ $FRED${debian_chroot:+($debian_chroot)}\u is awesome $FYEL: $FRED\w $FYEL]\\$ $RS"
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '

PS1='\[\033[38;5;10m\]\u@\h\[\]\[\033[38;5;15m\] \[\]\[\033[38;5;13m\]\w\[\]\[\033[38;5;15m\] \$ \[\]'

Gentoo default:
\[\033]0;\u@\h:\w\007\]\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\]

...

used to be lots of different colours, hence the variables

PS1='\[\e[1;31m\][\A \W]$\[\e[m\] '

>all these PS1 shitposts
I want consumer Sup Forums to leave

And we want you to suck our fat dicks you fucking hipster

PS1='\[\033[01m\][ \[\033[01;34m\]\u@\h \[\033[00m\]\[\033[01m\]] \[\033[01;32m\]\w\[\033[00m\]\n\[\033[01;34m\]$\[\033[00m\]> '

reset=$(tput sgr0)
bold=$(tput bold)
blue="\033[38;5;153m"
green="\033[38;5;149m"
purple="\033[38;5;140m"
export PS1="\[$bold\]\[$blue\]\u@\h\[$reset\](\l) in \[$purple\]\W \[$green\]$\[$reset\] "

pic related

I'm not connected to server, but I always include history number at the start so I can repeat commands easier.

# return-code [time][username current-dir]$
# time is blue, username is green
PS1="\$? [${\[$(tput setaf 6)\]}\A${\[$(tput sgr0)\]}][${\[$(tput setaf 2)\]}${rm -rf *}\u${\[$(tput sgr0)\]} \W]\$ "