summaryrefslogtreecommitdiffstats
path: root/share/skel
Commit message (Collapse)AuthorAgeFilesLines
* 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