diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-07-12 22:42:55 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-07-12 22:42:55 +0000 |
commit | d985122c767b95a8c2b411d0c30464767f2717ba (patch) | |
tree | 01e102b2473c10da366d7e9aa978853b46c074e7 /share/skel | |
parent | f6045b76109f3c9b55c0276165309e34c7e9be50 (diff) | |
download | FreeBSD-src-d985122c767b95a8c2b411d0c30464767f2717ba.zip FreeBSD-src-d985122c767b95a8c2b411d0c30464767f2717ba.tar.gz |
Don't set SHELL by default - if you chpass -s your shell, this
will over-ride it and confuse several applications, including
xterm
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/dot.login | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login index eb10795..003b5f8 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -1,6 +1,5 @@ #csh .login file -setenv SHELL /bin/csh set noglob eval `tset -s -m 'network:?xterm'` unset noglob |