ccd.4: Add a conventional synopsis and remove config info in the text.
[dragonfly.git] / etc / profile
1 # $FreeBSD: src/etc/profile,v 1.12.2.1 2000/07/31 20:13:26 rwatson Exp $
2 # $DragonFly: src/etc/profile,v 1.4 2005/10/08 11:24:43 corecode Exp $
3 #
4 # System-wide .profile file for sh(1).
5 #
6 # Uncomment this to give you the default 4.2 behavior, where disk 
7 # information is shown in K-Blocks
8 # BLOCKSIZE=K; export BLOCKSIZE
9 #
10 # For the setting of languages and character sets please see
11 # login.conf(5) and in particular the charset and lang options.
12 # For full locales list check /usr/share/locale/*
13 # You should also read the setlocale(3) man page for information
14 # on how to achieve more precise control of locale settings.
15 #
16 # Read system messages
17 # msgs -f
18 # Allow terminal messages
19 # mesg y
20
21 # a safer version of rm that isn't as annoying as -i
22 #
23 alias rm='rm -I'
24 # enable line editing
25 set -o emacs