Change timestamp to purple in bash prompt

main
Buddy Sandidge 6 years ago
parent 11841ff90e
commit 22c86511d1

@ -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λ "

Loading…
Cancel
Save