Added savehist=1000 as a security feature to know what root has been up to,

added very common set filec.

Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of
sys/conf.
This commit is contained in:
Rodney W. Grimes 1994-01-22 10:58:26 +00:00
parent e15e6084f6
commit 81cc481644
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=997

View File

@ -1,9 +1,10 @@
alias mail Mail
set history=1000
set savehist=1000
set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin .)
# directory stuff: cdpath/cd/back
set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,})
set cdpath=(/sys{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,})
alias cd 'set old=$cwd; chdir \!*'
alias h history
alias j jobs -l
@ -21,5 +22,6 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars
if ($?prompt) then
set prompt="`hostname -s`# "
set filec
endif
setenv BLOCKSIZE K