Modernize my bash prompt a smidge.

This commit is contained in:
Jeff Geerling
2016-11-10 14:01:38 -06:00
parent bbf7f236d2
commit c49ff58e43
+1 -1
View File
@@ -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