<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,8 @@ class Array
 	end
 end
 
+srand &quot;benkudria&quot;.split('').inject(1) {|a, c| a*c[0]}
+
 @options = {:color =&gt; :dark}
 
 @hostnames =
@@ -71,17 +73,17 @@ end
 
 @lightlist = [66..66, 131..131, 143..146].flatten_ranges
 @light_colors = ([20..21, 25..51, 56..57,
-                  61..87, 90..231].flatten_ranges - @lightlist).reverse
+                  61..87, 90..231].flatten_ranges - @lightlist).reverse.shuffle
 
 @dark_colors = [16..33, 52..71, 88..100,
-                124..137, 160..178, 196..208].flatten_ranges
+                124..137, 160..178, 196..208].flatten_ranges.shuffle
 
 @scary_light_colors = [124..125, 130..130,
                        160..161, 166..167, 172..172, 196..197,
-                       202..203, 208..210, 220..221].flatten_ranges
+                       202..203, 208..210, 220..221].flatten_ranges.shuffle
 
 @scary_dark_colors = [124..125, 160..162,
-                      166..168, 196..198, 202..204, 208..209].flatten_ranges
+                      166..168, 196..198, 202..204, 208..209].flatten_ranges.shuffle
 
 def hash_chars(string)
 	string.split('').inject{|sum, char| (sum.to_i ^ char[0]) % 131 }</diff>
      <filename>bin/hosts.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>255d2c55df9f6a44069fc13c4a63f9d88b16a15d</id>
    </parent>
  </parents>
  <author>
    <name>Benjamin Kudria</name>
    <email>ben@kudria.net</email>
  </author>
  <url>http://github.com/bkudria/dotfiles/commit/f387d69a5a8015218efd19ebdd81d2bf3e9f7ce4</url>
  <id>f387d69a5a8015218efd19ebdd81d2bf3e9f7ce4</id>
  <committed-date>2009-11-05T17:44:19-08:00</committed-date>
  <authored-date>2009-11-05T17:44:19-08:00</authored-date>
  <message>set a random seed and shuffle prompt colors so similar hostnames get different colors</message>
  <tree>a8635a7134d21dd9f5432d4467b14721a8830c35</tree>
  <committer>
    <name>Benjamin Kudria</name>
    <email>ben@kudria.net</email>
  </committer>
</commit>
