summaryrefslogtreecommitdiff
path: root/guestfish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'guestfish.sh')
-rw-r--r--guestfish.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/guestfish.sh b/guestfish.sh
new file mode 100644
index 0000000..cfd0492
--- /dev/null
+++ b/guestfish.sh
@@ -0,0 +1,6 @@
+# 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