diff --git a/bash/.bashrc b/bash/.bashrc index 317a493..6907ad5 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -47,3 +47,6 @@ bind -m vi-insert "\C-l":clear-screen export HISTTIMEFORMAT="%F %T: " export HISTSIZE=1000 export HISTFILESIZE=2000 + +# Prompt +export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]"