From 22c86511d1092356661e3466b04b2dbd04da5b48 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 21 Nov 2018 11:55:35 -0800 Subject: [PATCH] Change timestamp to purple in bash prompt --- bash/prompt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash/prompt b/bash/prompt index 7d36329..27a6a44 100644 --- a/bash/prompt +++ b/bash/prompt @@ -12,7 +12,6 @@ PS1="$PS1\[$bblack\]"'$(parse_git_branch)' # display git status PS1="$PS1\[$yellow\]"'$(parse_git_status) ' # display date -PS1="$PS1\[$black\]\D{%F %I:%M%P} " +PS1="$PS1\[$purple\]\D{%F %I:%M%P} " # display date PS1="$PS1\[$color_off\]\nλ " -