From c49ff58e4308f3546ef32477debe709c226b8586 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 10 Nov 2016 14:01:38 -0600 Subject: [PATCH] Modernize my bash prompt a smidge. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 44d5b16..27b509d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,7 +6,7 @@ # # Nicer prompt. -export PS1=" \D{%I:%M %p}:\w $ " +export PS1="\e[0;32m\] \e[1m\]\t \e[0;2m\]\w \e[0m\]$ " # Use colors. export CLICOLOR=1