Bug 153233 - [patch] skel/dot.shrc: use prompt escapes, comment out emacs line editor
Summary: [patch] skel/dot.shrc: use prompt escapes, comment out emacs line editor
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 9.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 00:30 UTC by swell.k
Modified: 2018-05-21 06:53 UTC (History)
1 user (show)

See Also:


Attachments
a.diff (984 bytes, patch)
2010-12-17 00:30 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-12-17 00:30:12 UTC
Use PS1 that looks exactly like the one used in shells/bash by default.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2018-05-20 23:51:20 UTC
For bugs matching the following conditions:
- Status == In Progress
- Assignee == "bugs@FreeBSD.org"
- Last Modified Year <= 2017

Do
- Set Status to "Open"
Comment 2 Andras Farkas 2018-05-21 06:51:03 UTC
This bug shouldn't be set to open. The primary part of this bug, commenting out the forced emacs line editor mode, was fixed when https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215958 was fixed.
The only other part of this diff, a.diff, is a commented section to make the PS1 more like bash for people who desire it, which is more akin to an added feature, even though it's opt-in by being commented out.
So a status of FIXED or WONTFIX makes sense, since that's the results of the two parts of this diff.
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2018-05-21 06:53:29 UTC
Thanks! I had intended to look into this over the new few weeks but you beat me to it.