14 lines
570 B
Bash
14 lines
570 B
Bash
# System-wide .profile file for sh(1).
|
|
# Uncomment this to give you the default 4.2 behavior, where disk
|
|
# information is shown in K-Blocks
|
|
# BLOCKSIZE=K; export BLOCKSIZE
|
|
# Uncomment next line if you want to setup your 8-bit locale at program
|
|
# startup automatically
|
|
# See also rc and csh.login
|
|
# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE
|
|
# Uncomment next line to activate russian locale
|
|
# LANG=ru_SU.KOI8-R; export LANG
|
|
# Uncomment next line to activate italian locale
|
|
# LANG=it_IT.ISO_8859-1; export LANG
|
|
# For full locales list check /usr/share/locale/*
|