From ad3a17decac5b73cda6f52ddbbe572ec844f45c8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 10 May 2017 11:27:54 +0200 Subject: [PATCH] Add the raspberry colour to .bash_host. I should probably look at moving the colours to their own file --- .bash_host | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_host b/.bash_host index 1cf52b4..6ab61b7 100644 --- a/.bash_host +++ b/.bash_host @@ -9,6 +9,7 @@ UL="\[\033[4m\]" # underline INV="\[\033[7m\]" # inverse background and foreground FBLK="\[\033[30m\]" # foreground black FRED="\[\033[31m\]" # foreground red +FRAS="\e[38;5;161m" # foreground raspberry :D FGRN="\[\033[32m\]" # foreground green FYEL="\[\033[33m\]" # foreground yellow FBLE="\[\033[34m\]" # foreground blue