The default bash prompt is kind of bare and doesn’t tell you much.
SSH to your machine.
# set the prompt export PS1="[\u@\H][\[\033[1;34m\W\[\033[0m]\\$ "
The default bash prompt is kind of bare and doesn’t tell you much.
SSH to your machine.
# set the prompt export PS1="[\u@\H][\[\033[1;34m\W\[\033[0m]\\$ "