summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.profile
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now syscons(4) uses a cons25-style terminal emulator. The disadvantages of that are: - Little compatibility with embedded devices with serial interfaces. - Bad bandwidth efficiency, mainly because of the lack of scrolling regions. - A very hard transition path to support for modern character sets like UTF-8. Our terminal emulation library, libteken, has been supporting xterm-style terminal emulation for months, so flip the switch and make everyone use an xterm-style console driver. I still have to enable this on i386. Right now pc98 and i386 share the same /etc/ttys file. I'm not going to switch pc98, because it uses its own Kanji-capable cons25 emulator. IMPORTANT: What to do if things go wrong (i.e. graphical artifacts): - Run the application inside script(1), try to reduce the problem and send me the log file. - In the mean time, you can run `vidcontrol -T cons25' and `export TERM=cons25' so you can run applications the same way you did before. You can also build your kernel with `options TEKEN_CONS25' to make all virtual terminals use the cons25 emulator by default. Discussed on: current@
* Remove X11R6 from the default PATH to join the new world order.dougb2007-05-291-1/+1
| | | | | While I'm here, make the default PATH match that in the csh profile, and login.conf.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* By popular request, add /usr/local/sbin to this list.jkh1999-04-281-2/+2
|
* 1. Remove the hateful EDITOR=ee from root's environment; it's onejkh1999-04-271-2/+2
| | | | | | | | thing to use it at startup, when you don't know if the user can handle vi or not, but yet another thing to leave it as a permanent land mine for root. 2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.jkoshy1998-08-311-6/+1
|
* PR: 7613thepish1998-08-141-2/+4
| | | | | | Submitted by: axl@iafrica.com change default setting of the crt env var from 24 to blank (mail(1) then uses stty(1) setting
* Set `crt' by default to make mail(1) happy.joerg1997-09-261-1/+6
| | | | Also, comment out the not so very commonly used interviews settings.
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-3/+1
| | | | | | | `stty's. 'nuff said. Inventor: joerg@FreeBSD.org Reviewer: sos@FreeBSD.org
* Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,joerg1997-03-061-2/+2
| | | | | | | or from a telnet session). So basically, this setting will only get in effect in the single-user shell. Closes PR # 2395.
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add back the stty commands I nuked - bad idea, sorry.jkh1996-03-061-0/+4
|
* Rip these things down to the absolutely minimums - no tsets, nojkh1995-12-011-5/+1
| | | | | sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla.
* Fix a bunch of annoying details here, while I remember it.phk1994-10-271-2/+2
|
* Root should NEVER have . in the path.rgrimes1994-09-221-2/+2
|
* Eliminate use of raw control characters in stty commands, make echo's andrgrimes1994-09-161-3/+3
| | | | | | stty commands self consistent. Submitted by: bde
* Since we're using syscons now, make ^H the backspace character byjkh1994-06-151-3/+3
| | | | | default (ack ack, evil evil, but easier than changing syscons at this late hour).
* Add $Id$'srgrimes1994-02-211-0/+2
|
* Add a TERM=pc3 so that an initial system install is at least usablergrimes1994-02-211-0/+1
| | | | at the console!
* Updated paths and cdpath to be more appropriate to FreeBSD (removal of oldrgrimes1993-08-311-1/+1
| | | | | | directories). Junked all the sccs aliases that get in the way of rcs
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+7
OpenPOWER on IntegriCloud