From b817c25bd0360cb61de7dd11e704dea3e8309d0d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 22 May 2017 18:07:12 +0100 Subject: [PATCH] Correct text wrapping with raspberry prompt colour --- .bash_host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_host b/.bash_host index 6ab61b7..fe998cb 100644 --- a/.bash_host +++ b/.bash_host @@ -9,7 +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 +FRAS="\[\e[38;5;161m\]" # foreground raspberry :D FGRN="\[\033[32m\]" # foreground green FYEL="\[\033[33m\]" # foreground yellow FBLE="\[\033[34m\]" # foreground blue