summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
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
* - remove the length shortening on the patheadler2012-04-111-6/+5
| | | | | | | | | | - make the default prompt a bit more like scp - make the user show as root even when using 'su' instead of 'su -' - the key bindings didn't hurt anything but likely hide a bug - merge history instead of overwriting it Submitted by: gavin, joel Approved by: cperciva
* - Make the default values for tcsh more user friendlyeadler2012-03-241-6/+18
| | | | | | | | | - Add an examples file with many of the not accepted suggestions from the discussion PR: conf/160689 Reviewed by: many Discussed on: current Approved by: cperciva
* Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.dougb2007-05-291-1/+1
|
* - Use absolute path for hostname(1)krion2004-04-011-1/+1
| | | | Approved by: green
* 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
* Fix typo. rightous -> righteous.asmodai2000-05-281-1/+1
|
* o Migrate path, umask from dot.login to dot.cshrcrwatson2000-03-251-2/+8
| | | | | | | | | | | | | | | | | | | | | | 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
* There is nothing more annoying than su'ing to root and discovering thatrwatson2000-03-071-0/+3
| | | | | | | | | | | | | even simple things like md5 and ping aren't in your path. This patch moves the custom root-path setting from .login to .cshrc, so that users who su to root get a decent (and consistent) path. An appeal to change /etc/login.conf to provide a decent path for all users seems to have been vetoed for the time being. As a result, users will still, by default, not find ping or md5 in their path. However, at least root gets a decent default now. Reviewed by: asmodai Approved by: jkh
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* 1. Remove the hateful EDITOR=ee from root's environment; it's onejkh1999-04-271-2/+1
| | | | | | | | 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.
* Add Id keywordbrian1998-09-131-0/+2
|
* Nuked setting of crt here too.bde1998-09-021-3/+0
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* Make roots prompt "`hostname -s`# "phk1997-11-071-0/+1
|
* Set `crt' by default to make mail(1) happy.joerg1997-09-261-0/+3
| | | | Also, comment out the not so very commonly used interviews settings.
* This is no longer in /standjkh1996-06-151-1/+1
|
* Rip these things down to the absolutely minimums - no tsets, nojkh1995-12-011-17/+0
| | | | | sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla.
* Revamp root's dotfiles.jkh1995-11-301-23/+30
| | | | Submitted by: Patrick Hausen + mods by me
* Added /usr/src/sys/compile to cdpath.nate1995-09-191-2/+2
| | | | Set cdpath instead of leaving it commented out.
* Fix the cdpath to find utilities in the gnu src tree.nate1995-09-181-2/+2
|
* dot.login:joerg1995-06-291-3/+3
| | | | | | | | | | | | | | | Finally transform the "Don't login as root..." message to make it clear that `su' is meant to be a command. Will save us a lot of questions about the user named `su'. Make the message magically disappear if the user did an ``su - root'', since it might be a bit silly to ask him to perform an `su'... dot.cshrc: Remove the no-op `-g' options from the ls aliases, and replace them by `-o'. This way, if root does an `ls -l', he will see the immutable flag and (hopefully) not be too surprised about the "Permission denied".
* Fix a bunch of annoying details here, while I remember it.phk1994-10-271-2/+2
|
* Revert the change that removed the -k flag from the ls alias, we have ls -krgrimes1994-09-221-2/+2
| | | | again.
* Fix 'ls' alias to work with new ls (-k is not supported)pst1994-09-191-2/+2
|
* Add $Id$'srgrimes1994-02-211-0/+2
|
* Fix up the cdpath, it was missing a / before i386.rgrimes1994-02-181-2/+2
|
* Added savehist=1000 as a security feature to know what root has been up to,rgrimes1994-01-221-1/+3
| | | | | | | added very common set filec. Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of sys/conf.
* Updated paths and cdpath to be more appropriate to FreeBSD (removal of oldrgrimes1993-08-311-13/+3
| | | | | | directories). Junked all the sccs aliases that get in the way of rcs
* Default BLOCKSIZE for root is K-Blocksnate1993-08-021-0/+1
|
* Removed df/du aliases, will make them more global and use BLOCKSIZEnate1993-08-021-2/+0
| | | | environment variable
* Put back the du -k and df -k flags since POSIX says they should still work,rgrimes1993-08-021-0/+2
| | | | and Nate is fixing them to work.
* Removed aliases of df -> df -k and du -> du -k, as the k option is notrgrimes1993-08-011-2/+0
| | | | | supported in the new df and du code, use setenv BLOCKSIZE 1024 to get the same effect.
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+36
OpenPOWER on IntegriCloud