diff options
-rw-r--r-- | etc/root/dot.cshrc | 2 | ||||
-rw-r--r-- | share/skel/dot.cshrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index b665825..8f75be4 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 diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index b665825..8f75be4 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/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 |