mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add the raspberry colour to .bash_host. I should probably look at moving the colours to their own file
This commit is contained in:
parent
87a56f05c3
commit
ad3a17deca
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ UL="\[\033[4m\]" # underline
|
||||||
INV="\[\033[7m\]" # inverse background and foreground
|
INV="\[\033[7m\]" # inverse background and foreground
|
||||||
FBLK="\[\033[30m\]" # foreground black
|
FBLK="\[\033[30m\]" # foreground black
|
||||||
FRED="\[\033[31m\]" # foreground red
|
FRED="\[\033[31m\]" # foreground red
|
||||||
|
FRAS="\e[38;5;161m" # foreground raspberry :D
|
||||||
FGRN="\[\033[32m\]" # foreground green
|
FGRN="\[\033[32m\]" # foreground green
|
||||||
FYEL="\[\033[33m\]" # foreground yellow
|
FYEL="\[\033[33m\]" # foreground yellow
|
||||||
FBLE="\[\033[34m\]" # foreground blue
|
FBLE="\[\033[34m\]" # foreground blue
|
||||||
|
|
Loading…
Reference in a new issue