summaryrefslogtreecommitdiff
path: root/guestfish.sh
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:26:06 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:26:06 +0000
commit5957157a0edfe9f07583bdb7530b172da2d7adfd (patch)
tree3bbe9ee8b02c4b84782d71167ed57549c008ce92 /guestfish.sh
parent568b42b6ea0df8c498b6d8583c24caf101a47dd8 (diff)
automatic import of libguestfsopeneuler24.03_LTS
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