aboutsummaryrefslogtreecommitdiff
path: root/etc/root/dot.profile
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.Brad Davis2018-08-291-16/+0
| | | | | | | | Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16770 Notes: svn path=/head/; revision=338374
* Revert parts of r337849 and r337857Brad Davis2018-08-151-0/+16
| | | | | | | | | | | | This fixes the build and I will redo these changes as part of a future review that organizes them differently. The way I tried to do it here could be done better. Sorry for the noise. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16737 Notes: svn path=/head/; revision=337882
* Move all sh and csh files into bin/sh/ or bin/csh/Brad Davis2018-08-151-16/+0
| | | | | | | | | | | This simplifies pkgbase by migrating these to CONFS so they are properly tagged as config files. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16708 Notes: svn path=/head/; revision=337849
* Switch the default pager for most commands to lessAlan Somers2018-08-081-1/+1
| | | | | | | | | | | | Finally, a pager for the nineties. MFC after: Never Relnotes: Yes Differential Revision: https://reviews.freebsd.org/D13465 Poll: https://reviews.freebsd.org/V7 Notes: svn path=/head/; revision=337497
* Fix typo introduced in r320672 - check for existence of the right file.Edward Tomasz Napierala2017-07-051-1/+1
| | | | | | | | Reported by: rpokala@ MFC after: 2 weeks Notes: svn path=/head/; revision=320678
* Cosmetic tweaks to the default shell rc files, mostly comments.Edward Tomasz Napierala2017-07-051-0/+4
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=320672
* Run "resizewin -z" from the default shell profile files. This makesEdward Tomasz Napierala2017-07-051-0/+2
| | | | | | | | | | | | | | | | | | | the terminal work properly out of the box when logging over a serial line, which is quite important for the user experience on boards like Raspberry Pi. It doesn't affect cases where the terminal size is already non-zero, such as SSH or vt(4) sessions. Note that this doesn't handle a scenario pointed out by rgrimes@: when the terminal is resized after login, the terminal size won't get updated even after logging out and back in. Reviewed by: imp Obtained from: CheriBSD Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D10642 Notes: svn path=/head/; revision=320670
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;Colin Percival2015-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes) Notes: svn path=/head/; revision=278616
* Switch the default terminal emulation style to xterm for most platforms.Ed Schouten2009-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@ Notes: svn path=/head/; revision=199243
* Remove X11R6 from the default PATH to join the new world order.Doug Barton2007-05-291-1/+1
| | | | | | | | While I'm here, make the default PATH match that in the csh profile, and login.conf. Notes: svn path=/head/; revision=170087
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* By popular request, add /usr/local/sbin to this list.Jordan K. Hubbard1999-04-281-2/+2
| | | | Notes: svn path=/head/; revision=46139
* 1. Remove the hateful EDITOR=ee from root's environment; it's oneJordan K. Hubbard1999-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. Notes: svn path=/head/; revision=46114
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.Joseph Koshy1998-08-311-6/+1
| | | | Notes: svn path=/head/; revision=38678
* PR: 7613Peter Hawkins1998-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 Notes: svn path=/head/; revision=38319
* Set `crt' by default to make mail(1) happy.Joerg Wunsch1997-09-261-1/+6
| | | | | | | Also, comment out the not so very commonly used interviews settings. Notes: svn path=/head/; revision=29870
* Make the default VERASE key the <-- key and remove root'sBrian Somers1997-04-031-3/+1
| | | | | | | | | | `stty's. 'nuff said. Inventor: joerg@FreeBSD.org Reviewer: sos@FreeBSD.org Notes: svn path=/head/; revision=24598
* Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,Joerg Wunsch1997-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. Notes: svn path=/head/; revision=23454
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Add back the stty commands I nuked - bad idea, sorry.Jordan K. Hubbard1996-03-061-0/+4
| | | | Notes: svn path=/head/; revision=14397
* Rip these things down to the absolutely minimums - no tsets, noJordan K. Hubbard1995-12-011-5/+1
| | | | | | | | sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla. Notes: svn path=/head/; revision=12559
* Fix a bunch of annoying details here, while I remember it.Poul-Henning Kamp1994-10-271-2/+2
| | | | Notes: svn path=/head/; revision=3923
* Root should NEVER have . in the path.Rodney W. Grimes1994-09-221-2/+2
| | | | Notes: svn path=/head/; revision=2976
* Eliminate use of raw control characters in stty commands, make echo's andRodney W. Grimes1994-09-161-3/+3
| | | | | | | | | stty commands self consistent. Submitted by: bde Notes: svn path=/head/; revision=2821
* Since we're using syscons now, make ^H the backspace character byJordan K. Hubbard1994-06-151-3/+3
| | | | | | | | default (ack ack, evil evil, but easier than changing syscons at this late hour). Notes: svn path=/head/; revision=1742
* Add $Id$'sRodney W. Grimes1994-02-211-0/+2
| | | | Notes: svn path=/head/; revision=1193
* Add a TERM=pc3 so that an initial system install is at least usableRodney W. Grimes1994-02-211-0/+1
| | | | | | | at the console! Notes: svn path=/head/; revision=1192
* Updated paths and cdpath to be more appropriate to FreeBSD (removal of oldRodney W. Grimes1993-08-311-1/+1
| | | | | | | | | directories). Junked all the sccs aliases that get in the way of rcs Notes: svn path=/head/; revision=363
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-201-0/+7
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37