diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 15:29:59 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 15:29:59 +0000 |
commit | 96a33532bb93c2175d08546087e58024b5025517 (patch) | |
tree | 2e9fddd17e3ca1b8803727d91dd7888cdc4f0c81 /shells/bash/files/patch-config-top.h | |
parent | change PATCH_SITES. (diff) |
- Update to 3.1.10
PR: ports/91036
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: maintainer timeout (54 days)
Diffstat (limited to 'shells/bash/files/patch-config-top.h')
-rw-r--r-- | shells/bash/files/patch-config-top.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/files/patch-config-top.h b/shells/bash/files/patch-config-top.h index 39c10151d5c4..415b137d33e9 100644 --- a/shells/bash/files/patch-config-top.h +++ b/shells/bash/files/patch-config-top.h @@ -1,5 +1,5 @@ ---- config-top.h.orig Tue Aug 5 16:36:12 2003 -+++ config-top.h Mon Oct 11 16:55:40 2004 +--- config-top.h.orig Wed Dec 28 19:52:23 2005 ++++ config-top.h Wed Dec 28 19:54:12 2005 @@ -52,18 +52,18 @@ /* The default value of the PATH variable. */ #ifndef DEFAULT_PATH_VALUE @@ -18,7 +18,7 @@ /* Default primary and secondary prompt strings. */ -#define PPROMPT "\\s-\\v\\$ " -+#define PPROMPT "\\u@\\h\\$ " ++#define PPROMPT "[\\u@\\h \\w]\\$ " #define SPROMPT "> " /* Undefine this if you don't want the ksh-compatible behavior of reprinting |