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

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

PS1="\n$sepacolor⊏⁅ $usercolor\u$pscol ⁑ $hostcolor\h $sepacolor⁆⁅ $datecolor\d $pscol⁑ $timecolor\t$pscol ⁑ $upcolor\$(showuptime)$sepacolor ⁆⊐
⊏⁅$wdircolor \$(truncpwd) $sepacolor⁆⊐≻$fontcolor "

elif [[ $enabcol == false ]]; then

PS1="\n⊏⁅ \u ⁑ \h ⁆⁅ \d ⁑ \t ⁑ \$(showuptime) ⁆⊐\n⊏⁅ \$(truncpwd) ⁆⊐≻ "

fi
