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

number=$((RANDOM%15+1))

case $number in

	1 )
		pstyle=separator
	;;

	2 )
		pstyle=vector
	;;

	3 )
		pstyle=clock
	;;

	4 )
		pstyle=clock-ad
	;;

	5 )
		pstyle=dash
	;;

	6 )
		pstyle=job
	;;

	7 )
		pstyle=elite
	;;

	8 )
		pstyle=poweruser
	;;

	9 )
		pstyle=dirks
	;;

	10 )
		pstyle=minimal
	;;

	11 )
		pstyle=dot_prompt
	;;

	12 )
		pstyle=bracket
	;;

	13 )
		pstyle=sepa_ng
	;;

	14 )
		pstyle=quirk
	;;

	15 )
		pstyle=sputnik
	;;

esac
