mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
Bash Commander is a fork of GNU Bourne Again Shell. It's main feature is a visual two-panel mode, much like Midnight Commander and other text-mode visual shells. WWW: https://github.com/sergev/bash-commander Also add bashc to the CONFLICTS section of shells/bash. PR: 253783, 253784 Submitted by: Igor Pokrovsky <ip AT unixway DOT org>
11 lines
314 B
C
11 lines
314 B
C
--- config-top.h.orig 2019-08-29 22:16:15 UTC
|
|
+++ config-top.h
|
|
@@ -78,7 +78,7 @@
|
|
#endif
|
|
|
|
/* Default primary and secondary prompt strings. */
|
|
-#define PPROMPT "\\s-\\v\\$ "
|
|
+#define PPROMPT "[\\u@\\h \\w]\\$ "
|
|
#define SPROMPT "> "
|
|
|
|
/* Undefine this if you don't want the ksh-compatible behavior of reprinting
|