1
0
Fork 0

Correct text wrapping with raspberry prompt colour

This commit is contained in:
Starbeamrainbowlabs 2017-05-22 18:07:12 +01:00
parent ad3a17deca
commit b817c25bd0
1 changed files with 1 additions and 1 deletions

View File

@ -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