#!/bin/bash
#########################################################
# 							#
# This is BashStyle-NG 7.3				#
#							#
# Licensed under GNU LESSER GENERAL PUBLIC LICENSE v3	#
#							#
# Copyright 2007 - 2008 Christopher Bratusek		#
#							#
#########################################################

if [[ $enabcol == true ]]; then

PS1="\n\[\033[37;41;1m\]\u @ \h \[\033[37;40;1m\] $datecolor\d $timecolor\$(date +%I:%M:%S%P)\n$wdircolor\$(truncpwd)$fontcolor $ "

else

PS1="\n\u @ \h \d \$(date +%I:%M:%S%P)\n\$(truncpwd) $ "

fi

export PS1
