So, I\'ve been trying to customize by bash prompt so that it will look like
[feralin@localhost ~]$ _
with colors. I managed to get constant
Improved @demure
I think this is important because there is not always exit status is 0 or 1.
if [ $EXIT != 0 ]; then PS1+="${Red}${EXIT}:\u${RCol}" # Add red if exit code != 0 else PS1+="${Gre}${EXIT}:\u${RCol}" # Also displays exit status fi