Update these from new examples in etc/root. Also comment out

dot.rhosts entries which are wholly bogus and not worth a search
on.
This commit is contained in:
Jordan K. Hubbard 1995-12-01 08:41:35 +00:00
parent bfb5faf86d
commit 6a9f25ddaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12554
4 changed files with 48 additions and 27 deletions

View File

@ -5,21 +5,32 @@ alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
alias su su -m
setenv EDITOR vi
setenv EXINIT 'set autoindent'
setenv PAGER more
set path = (~/bin /bin /usr/{bin,games} /usr/local/bin /usr/X11R6/bin)
setenv BLOCKSIZE K
if ($?prompt) then
# An interactive shell -- set some stuff up
set noglob; eval `tset -s`; unset noglob
stty -istrip
set filec
set history = 1000
set ignoreeof
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
set mch = `hostname -s`
set prompt = "${mch:q}: {\!} "
umask 2
# customize prompt - works with tcsh only
set machine = `hostname -s`
if ("$TERM" == xterm) then
alias cwdcmd 'echo -n "]0;${USER}@${machine}: `dirs`"'
set prompt = "> "
else
alias cwdcmd 'set prompt = "${USER}@${machine}:${cwd}> "'
endif
cwdcmd
# fix broken prompt after su
alias su 'su \!* ; cwdcmd'
endif

View File

@ -1,8 +1,21 @@
#csh .login file
# csh .login file
#
set noglob
eval `tset -s -m 'network:?xterm'`
unset noglob
stty status '^T' crt -tostop
stty crt erase 
# PATH und MANPATH Grundeinstellung
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/bin $HOME/bin)
setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
if (-x /usr/games/fortune) /usr/games/fortune
# Interviews settings
setenv CPU "FREEBSD"
set path = ($path /usr/local/interviews/bin/$CPU)
setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
# 8-bit locale (germany)
#setenv ENABLE_STARTUP_LOCALE
#setenv LANG de_DE.ISO8859-1
# A rightous umask
umask 22
/usr/games/fortune

View File

@ -1,11 +1,8 @@
PATH=$HOME/bin:/bin:/usr/bin:/usr/games:/usr/X11R6/bin:/usr/local/bin
# $Id: dot.profile,v 1.8 1994/10/27 05:27:00 phk Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
echo 'erase ^H, kill ^U, intr ^C'
stty crt erase ^H kill ^U intr ^C
export PATH
EDITOR=vi
export EDITOR
EXINIT='set autoindent'
export EXINIT
PAGER=more
export PAGER
umask 2
TERM=cons25
export TERM

View File

@ -1,3 +1,3 @@
# This file should NOT be group or other readable.
OtherMachine
OtherMachine myFriend
#OtherMachine
#OtherMachine myFriend