You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
264 B
7 lines
264 B
2 years ago
|
# Guestfish colour prompts. See PROMPT in guestfish(1).
|
||
|
GUESTFISH_PS1='\[\e[1;32m\]><fs>\[\e[0;31m\] '
|
||
|
GUESTFISH_OUTPUT='\e[0m'
|
||
|
GUESTFISH_RESTORE="$GUESTFISH_OUTPUT"
|
||
|
GUESTFISH_INIT='\e[1;34m'
|
||
|
export GUESTFISH_PS1 GUESTFISH_OUTPUT GUESTFISH_RESTORE GUESTFISH_INIT
|