customize your prompt line to match your fedora
-
add this somewhere in your
.bash_profile(or.bashrc)PS1="" PS1="$PS1\[\033[34m\]\u" # [blue]{user} PS1="$PS1\[\033[33m\]@" # [yellow]@ PS1="$PS1\[\033[31m\]red🎩" # [red]red(hat) PS1="$PS1\[\033[00m\] \w\n" # [no color]<space><space><work-dir-path><newline> PS1="$PS1\[\033[33m\]$ " # [yellow]$<space> PS1="$PS1\[\033[00m\]" # [no color] export PS1 -
restart your terminal (or run
. ~/.bash_profile) -
you're good to go :)