summaryrefslogtreecommitdiffstats
path: root/share/skel
Commit message (Collapse)AuthorAgeFilesLines
* Remove hack to emulate effective uid and just use the EUID's name in theeadler2012-12-051-4/+1
| | | | | | | | | first place. I was unaware of this option when originally committing this change. Submitted by: gcooper Approved by: cperciva MFC after: 3 days
* Change default prompt to show ~ again for the home directorybapt2012-11-041-1/+1
| | | | | Submitted by: flo Approved by: eadler
* Revert the change that makes less default.eadler2012-11-031-1/+1
| | | | | | | | | | | | | | | | | Since I've committed this I've receieved roughly an equal amount of email thanking me for making this change and asking me to revert it. I've resisted making this change because new users tend to prefer less over more and these users are the least likely to know how to change the PAGER on their own. Requested by: many Objected to: just as many Decision made by: core Approved by: cperciva MFC after: 3 days
* Copy recent changes from etc/root/dot.cshrc that make the defaults moreeadler2012-04-291-5/+17
| | | | | | | user friendly Approved by: cperciva MFC after: 3 days
* skel/.shrc: Improve commented CDPATH example for POSIX requirements.jilles2011-06-101-1/+1
| | | | | | | | | | | POSIX says an empty entry in CDPATH shall not result in the new directory being printed, while any non-empty entry shall result in the new directory being printed, including ".". Therefore, the value of CDPATH should almost always start with a colon, not dot and colon. Our sh does not print the name for empty entries as well as "." entries. MFC after: 1 week
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-2/+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@
* Add explicit test so that non-existence of /usr/games/fortuneru2009-03-272-2/+2
| | | | doesn't affect command exit status.
* Remove /usr/X11R6 from the path here too.dougb2007-05-292-3/+3
| | | | Reminded by: Niclas Zeising <niclas.zeising@gmail.com>
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use the standard <bsd.files.mk> API to install files.ru2004-01-191-14/+9
|
* Prefer FreeBSD.org to freebsd.org in mail alias examples.rwatson2003-09-281-2/+2
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
| | | | | | for a long time now. Approved by: bde
* Turn on emacs line editing mode by default, as this is what most shells dojmallett2002-07-231-3/+7
| | | | | | | | | | these days, and the average user expects ^A and arrow keys to work, however if they know nothing of editing modes, they will think sh(1) just sucks. It is likely that because of defaults on most systems and with most shells that anyone who actually wants vi(1) editing mode will have 'set -o vi'. This won't affect existing accounts, this way, of course. Only accounts with .shrc from new etc/skel will be affected. This is much better than making the change in sh(1).
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-2/+3
|
* Synchronize path with dot.cshrc by adding /usr/local/sbin.mp2002-07-071-1/+1
| | | | | | PR: 26720 Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com> MFC after: 1 week
* Automatically exec bash at startup if it exists^U Turn on the display ofnik2001-06-252-2/+3
| | | | tips from the freebsd-tips database at login time.
* Fix ISO_ for new namesache2001-06-101-1/+1
|
* Add these key bindings for tcsh users in interactive mode:archie2001-01-101-0/+5
| | | | | | | | bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current
* o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skelrwatson2000-07-151-1/+1
| | | | also.
* o Migrate path, umask from dot.login to dot.cshrcrwatson2000-03-252-16/+9
| | | | | | | | | | | | | | | | | | | | | | o Comment out display of fortune by default. o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of gratuitous variables set (EDITOR). o Remove some commented out variables set inconsistently or gratuitously, such as Interviews settings, 8-bit German locale for root only. o Synchronize comments in header, as well as references to appropriate man pages. o Remove MANPATH setting as apparently /etc/manpath.config does all that already. Similar changes probably need to be made in other dot.* files for root and skel, as all of these files seem to set different aliases, environmental variables, prompts, and have different semantics. As a result of this patch, leaving aside the setting of a special prompt for root, users of csh and tcsh should find similar environments when logging in or su'ing to any account using that shell. Reviewed by: asmodai, nbm, will
* Comment out explicit MANPATH setting.phantom1999-12-211-1/+1
| | | | | | | (BTW, it's very bad practice to have MANPATH environment variable set) PR: conf/14487 Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>
* Keep fortunes short, so motd won't scroll outside the screen.dcs1999-12-131-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
|
* Nuked setting of crt here too.bde1998-09-022-9/+2
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* PR: 7613thepish1998-08-141-2/+4
| | | | | Submitted by: Sheldon Hearn <axl@iafrica.com> set crt='' so that mail(1) will page according to stty(1) setting
* Sync PATH variable with 'dot.login'.kuriyama1998-06-061-3/+3
| | | | | | | I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
* Set `crt' by default to make mail(1) happy.joerg1997-09-262-2/+7
|
* Add an example file for private E-Mail aliases. A user can sharewosch1997-08-283-3/+17
| | | | | ~/.mail_aliases with different mail clients (e.g. mutt, mail) and can make ~/.mailrc readable and keep the aliases private.
* Add ~/.login_conf prototype with example of l10n (commented out)ache1997-08-182-1/+8
|
* Remove LANG settings from here, they must be in login classes insteadache1997-08-152-8/+2
|
* install dot.shrcwosch1997-08-131-1/+1
| | | | Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
* Move aliases and shell flags from .profile to .shrc so these settingswosch1997-08-032-34/+46
| | | | | | | are effective in interactive non-login shells, e.g. xterm or su(1). Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de> Finally close PR #3740
* Remove obsolete flag (-g) for ls.charnier1997-07-151-2/+2
| | | | | PR:conf/3730 Submitted by: helbig@MX.BA-Stuttgart.De
* Enable some aliases.wosch1997-03-081-8/+12
| | | | Add example for variable CDPATH, commented out.
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
|
* Various sanitizations:joerg1997-02-173-7/+16
| | | | | | | | | | | | | . Don't clobber the TERM setting; it's supposed to be done by /etc/ttys already. . Comment out the Interviews stuff, 98 % of all users probably won't ever use it. . Install the files with better default permissions in the skeleton directory; pw(8) retains the permissions when creating a new acount, and installing them read-only is stupid, yet installing .rhosts world-readable is dangerous. 2.2 candidate
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | 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.
* Improve comments, sync sh/csh scripts if possible.wosch1996-09-215-11/+50
|
* Add comments forwosch1996-05-121-1/+27
| | | | | | some useful aliases 8-bit locale a nicer prompt
* Add a comment how to enable the emacs command line editorwosch1996-05-111-1/+6
|
* Make the call to fortune here conditional as well.jkh1996-05-011-1/+1
|
* Similarly spartan dotfiles.jkh1995-12-013-24/+2
|
* Update these from new examples in etc/root. Also comment outjkh1995-12-014-27/+48
| | | | | dot.rhosts entries which are wholly bogus and not worth a search on.
* Only execute /usr/games/fortune if it's there.pst1995-07-291-1/+1
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Don't set SHELL by default - if you chpass -s your shell, thisgpalmer1995-07-121-1/+0
| | | | | will over-ride it and confuse several applications, including xterm
* Make the default paths a bit more rational for our systems (sheesh!).jkh1995-01-292-2/+2
| | | | | Thanks, Sean! Suggested by: Sean McDermott <spm@staff.cc.purdue.edu>
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-306-0/+66
OpenPOWER on IntegriCloud