#
0a9a54a3 |
| 12-Dec-2017 |
tb <tb@openbsd.org> |
Include hostname in shell prompts by default
With tmux, ssh and vmd, we tend to open shells on many different hosts simultaneously and the default prompts '$ ' and '# ' for {,k}sh as well as '% ' a
Include hostname in shell prompts by default
With tmux, ssh and vmd, we tend to open shells on many different hosts simultaneously and the default prompts '$ ' and '# ' for {,k}sh as well as '% ' and '# ' for csh become dangerous: it's very easy to issue a command on the wrong host.
This can easily be avoided by displaying the hostname in the prompt. Everything beyond "hostname{$,#,%} " is going to be a matter of taste, so we left it at that. If you use an FQDN, only the first part (the output of 'hostname -s') will be printed.
requested by and ok deraadt; mostly positive feedback many ok anton, brynet, bcallah and others
show more ...
|
#
9abb453f |
| 26-Oct-2015 |
naddy <naddy@openbsd.org> |
Clean up cruft made visible by the NLS unifdefing: * remove setlocale() calls * remove write-only variable AsciiOnly * remove now unused string constants STRLANG, STRLC_CTYPE * remove hardcoded suppo
Clean up cruft made visible by the NLS unifdefing: * remove setlocale() calls * remove write-only variable AsciiOnly * remove now unused string constants STRLANG, STRLC_CTYPE * remove hardcoded support for ISO8859-1
ok millert@
show more ...
|
#
2e7c3a37 |
| 17-Jun-2015 |
deraadt <deraadt@openbsd.org> |
remove -DFILEC; code does not compile for the -UFILEC case, and anyways, who wants csh without FILEC?? from Peter Brottveit Bock, but redone using unifdef
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
29295d1c |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
885e28c6 |
| 09-Jun-2002 |
todd <todd@openbsd.org> |
knf
|
#
b050bea3 |
| 23-Jul-1997 |
kstailey <kstailey@openbsd.org> |
tabify
|
#
09e94acb |
| 23-Jun-1996 |
deraadt <deraadt@openbsd.org> |
update rcsid
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|