summarylogtreecommitdiffstats
path: root/0003-config.h-Tweak-prompt.patch
blob: bde0b6720b7d9f32ff3310bc4f7627b62c61d28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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