summarylogtreecommitdiffstats
path: root/0003-config.h-Tweak-prompt.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-config.h-Tweak-prompt.patch')
-rw-r--r--0003-config.h-Tweak-prompt.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0003-config.h-Tweak-prompt.patch b/0003-config.h-Tweak-prompt.patch
new file mode 100644
index 000000000000..bde0b6720b7d
--- /dev/null
+++ b/0003-config.h-Tweak-prompt.patch
@@ -0,0 +1,26 @@
+From 46d3104ffba1ffc66e085597c25475cd0ff0cb9c Mon Sep 17 00:00:00 2001
+From: Olivier Brunel <jjk@jjacky.com>
+Date: Sun, 16 Nov 2014 18:02:26 +0100
+Subject: [PATCH 3/8] config.h: Tweak prompt
+
+Signed-off-by: Olivier Brunel <jjk@jjacky.com>
+---
+ include/config.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/config.h b/include/config.h
+index ec20fc5..9e00c4a 100644
+--- a/include/config.h
++++ b/include/config.h
+@@ -10,7 +10,7 @@
+ // Tweak parameters to suit your needs before compiling.
+
+ #define XLSH_EXEC "./.xsession"
+-#define XLSH_PROMPT "xlsh (%s)> "
++#define XLSH_PROMPT "> "
+ #define XLSH_TMPDIR "/tmp"
+ #define XLSH_SHELLS "/etc/shells"
+ #define XLSH_ISSUE "/etc/issue"
+--
+2.1.3
+