diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-11-03 14:46:15 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-11-03 14:46:15 +0000 |
| commit | 382dc3ca38440af4ac57593d80214b36c1d867ac (patch) | |
| tree | cba67142f5330777dd288e7fc111ae787f5d292b /etc/root | |
| parent | 4ed0ebf6493d4c48a45bc3fe52a62b8371e47aef (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index b6658259cdd6..8f75be4579de 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -18,7 +18,7 @@ umask 22 set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) setenv EDITOR vi -setenv PAGER less +setenv PAGER more setenv BLOCKSIZE K if ($?prompt) then |
