From 3c328a107a933ff779408ee33212c9e073964138 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 16 Sep 2018 10:57:27 -0500 Subject: [PATCH] Changed prompt color for visiblity --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) 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)\]"