RGB support
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#WHITE
|
||||
#CYAN
|
||||
#LBLACK (light black, a dark gray in fact)
|
||||
#Will definitely add RGB support, stay tuned.
|
||||
prompt: "$COLORLBLACK_ !$HISTNUMBER_$COLORCYAN_[$USER_@$HOSTNAME_] $DIR_> $COLORRESET_"
|
||||
#RGB !
|
||||
#RGB is defined as $RGB|red|green|blue_
|
||||
#For example $RGB|108|84|30_ gives you an ugly shade of brown
|
||||
prompt: "$COLORLBLACK_ !$HISTNUMBER_$COLORCYAN_[$USER_@$HOSTNAME_]$RGB|125|0|125_$DIR_> $COLORRESET_"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user