Allow setting a custom host color
authorTravis Swicegood <development@domain51.com>
Mon, 28 Feb 2011 20:18:46 +0000 (14:18 -0600)
committerTravis Swicegood <development@domain51.com>
Mon, 28 Feb 2011 20:18:46 +0000 (14:18 -0600)
commit1638a1a4351aa987284e7a7a42fd2e6ff1119b01
treeb961d2a0f630d43e3e6d386d157b117fa7fcf11c
parent0c2f3093a0ed950571ae6106ad37121a625bba80
Allow setting a custom host color

This change allows someone to change their host color by adding the
following to their `.bash_profile`:

    # change to red
    THEME_PROMPT_HOST_COLOR="red"
    # change to green
    THEME_PROMPT_HOST_COLOR="green"

Any variable inside the `colors.theme.bash` can be used and it will be
evaluated at the last minute.
themes/doubletime/doubletime.theme.bash