diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-03-07 18:52:37 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-03-07 18:52:37 +0000 |
| commit | 499107bbb34993d8c1b8262d508c77cf0b9ad77b (patch) | |
| tree | ad9bc22e855c06836d07f70d4258677baaaf2761 /etc/root | |
| parent | c2e8faa8e0e11e85992adaa1b4432f9275a10a8e (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 3 | ||||
| -rw-r--r-- | etc/root/dot.login | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 7b66bd1b559c..38a71cfbcbfc 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -8,6 +8,9 @@ alias la ls -a alias lf ls -FA alias ll ls -lA +set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) +setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man" + setenv PAGER more setenv BLOCKSIZE K diff --git a/etc/root/dot.login b/etc/root/dot.login index 9d9d3a50fdaf..659db13721fb 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -3,9 +3,6 @@ # csh .login file # -set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) -setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man" - # Interviews settings #setenv CPU "FREEBSD" #set path = ($path /usr/local/interviews/bin/$CPU) |
