| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
|
|
|
|
|
|
|
|
|
| |
these days, and the average user expects ^A and arrow keys to work, however
if they know nothing of editing modes, they will think sh(1) just sucks. It
is likely that because of defaults on most systems and with most shells that
anyone who actually wants vi(1) editing mode will have 'set -o vi'. This
won't affect existing accounts, this way, of course. Only accounts with
.shrc from new etc/skel will be affected. This is much better than making
the change in sh(1).
|
| |
|
|
|
|
|
|
| |
PR: 26720
Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com>
MFC after: 1 week
|
|
|
|
| |
tips from the freebsd-tips database at login time.
|
| |
|
|
|
|
|
|
|
|
| |
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
Reviewed by: -current
|
|
|
|
| |
also.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Comment out display of fortune by default.
o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of
gratuitous variables set (EDITOR).
o Remove some commented out variables set inconsistently or gratuitously,
such as Interviews settings, 8-bit German locale for root only.
o Synchronize comments in header, as well as references to appropriate man
pages.
o Remove MANPATH setting as apparently /etc/manpath.config does all that
already.
Similar changes probably need to be made in other dot.* files for root
and skel, as all of these files seem to set different aliases, environmental
variables, prompts, and have different semantics.
As a result of this patch, leaving aside the setting of a special prompt
for root, users of csh and tcsh should find similar environments when
logging in or su'ing to any account using that shell.
Reviewed by: asmodai, nbm, will
|
|
|
|
|
|
|
| |
(BTW, it's very bad practice to have MANPATH environment variable set)
PR: conf/14487
Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>
|
| |
|
| |
|
|
|
|
| |
Obtained from: src/etc/root/dot.profile rev.1.17.
|
|
|
|
|
| |
Submitted by: Sheldon Hearn <axl@iafrica.com>
set crt='' so that mail(1) will page according to stty(1) setting
|
|
|
|
|
|
|
| |
I think here is not my area so feel free to back this out when any
troubles are happened.
Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
|
| |
|
|
|
|
|
| |
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
|
|
|
|
|
|
|
| |
are effective in interactive non-login shells, e.g. xterm or su(1).
Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de>
Finally close PR #3740
|
|
|
|
|
| |
PR:conf/3730
Submitted by: helbig@MX.BA-Stuttgart.De
|
|
|
|
| |
Add example for variable CDPATH, commented out.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Don't clobber the TERM setting; it's supposed to be done by /etc/ttys
already.
. Comment out the Interviews stuff, 98 % of all users probably won't
ever use it.
. Install the files with better default permissions in the skeleton
directory; pw(8) retains the permissions when creating a new
acount, and installing them read-only is stupid, yet installing
.rhosts world-readable is dangerous.
2.2 candidate
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
|
|
|
|
|
| |
some useful aliases
8-bit locale
a nicer prompt
|
| |
|
| |
|
| |
|
|
|
|
|
| |
dot.rhosts entries which are wholly bogus and not worth a search
on.
|
| |
|
|
|
|
| |
specified in the top level Makefiles.
|
|
|
|
|
| |
will over-ride it and confuse several applications, including
xterm
|
|
|
|
|
| |
Thanks, Sean!
Suggested by: Sean McDermott <spm@staff.cc.purdue.edu>
|
|
|