diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-01-20 22:08:49 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-01-20 22:08:49 +0000 |
| commit | ed1cfd30ce19f44acb30a76722cc4d9025ebb903 (patch) | |
| tree | 91f33d022b15a41fe04c92d3ed30108beabecc89 /bin/csh | |
| parent | 8c8748225ff7ca96d138f756a07fbd518776d313 (diff) | |
Notes
Diffstat (limited to 'bin/csh')
| -rw-r--r-- | bin/csh/csh.login | 3 | ||||
| -rw-r--r-- | bin/csh/dot.cshrc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bin/csh/csh.login b/bin/csh/csh.login index 283c6d4fddbc..b55ae087590a 100644 --- a/bin/csh/csh.login +++ b/bin/csh/csh.login @@ -1,9 +1,6 @@ # $FreeBSD$ # # System-wide .login file for csh(1). -# Uncomment this to give you the default 4.2 behavior, where disk -# information is shown in K-Blocks -# setenv BLOCKSIZE K # # For the setting of languages and character sets please see # login.conf(5) and in particular the charset and lang options. diff --git a/bin/csh/dot.cshrc b/bin/csh/dot.cshrc index 1fcc9917f0f9..f7a9a3ed0226 100644 --- a/bin/csh/dot.cshrc +++ b/bin/csh/dot.cshrc @@ -19,7 +19,6 @@ set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/b setenv EDITOR vi setenv PAGER less -setenv BLOCKSIZE K if ($?prompt) then # An interactive shell -- set some stuff up |
