PS1 variable
#!/bin/bash export PS1="[\[$(tput setaf 1)\]\u\[$(tput setaf 0)\]@\[$(tput setaf 4)\]$(hostname -s) \[$(tput setaf 0)\]\W]\\$: \[$(tput sgr0)\]"