xref: /dflybsd-src/etc/profile (revision a4899e72613ffd1aecc866c21c31bd0fc71d78bc)
1984263bcSMatthew Dillon# $FreeBSD: src/etc/profile,v 1.12.2.1 2000/07/31 20:13:26 rwatson Exp $
2984263bcSMatthew Dillon#
3984263bcSMatthew Dillon# System-wide .profile file for sh(1).
4984263bcSMatthew Dillon#
5984263bcSMatthew Dillon# Uncomment this to give you the default 4.2 behavior, where disk
6984263bcSMatthew Dillon# information is shown in K-Blocks
7984263bcSMatthew Dillon# BLOCKSIZE=K; export BLOCKSIZE
8984263bcSMatthew Dillon#
9984263bcSMatthew Dillon# For the setting of languages and character sets please see
10984263bcSMatthew Dillon# login.conf(5) and in particular the charset and lang options.
11984263bcSMatthew Dillon# For full locales list check /usr/share/locale/*
12984263bcSMatthew Dillon# You should also read the setlocale(3) man page for information
13984263bcSMatthew Dillon# on how to achieve more precise control of locale settings.
14984263bcSMatthew Dillon#
15984263bcSMatthew Dillon# Read system messages
16984263bcSMatthew Dillon# msgs -f
17984263bcSMatthew Dillon# Allow terminal messages
18984263bcSMatthew Dillon# mesg y
19*4e183b7aSMatthew Dillon
20*4e183b7aSMatthew Dillon# a safer version of rm that isn't as annoying as -i
21*4e183b7aSMatthew Dillon#
22*4e183b7aSMatthew Dillonalias rm='rm -I'
23