]> git.pld-linux.org Git - packages/bash.git/blame - bash-skel-.bash_profile
- up to 3.2.39
[packages/bash.git] / bash-skel-.bash_profile
CommitLineData
ee6544c8 1# .bash_profile - file executed when logging in
2
3if [ -f ~/.bashrc ]; then
4 . ~/.bashrc
5fi
6
f1a3a4f1
ER
7export HISTSIZE=1000
8export HISTFILESIZE=1000
9export TMP=~/tmp
10export TMPDIR="$TMP"
130aded2
JK
11
12# setup LOCALE variables
f1a3a4f1
ER
13#export LANG=
14#export LC_ALL=
1b1920c5 15
26da7389
ER
16# only You can access your files
17#umask 077
130aded2 18
26da7389
ER
19# turn off accept of 'wall' and 'write':
20#[ ! -x /usr/bin/mesg ] || mesg n
This page took 0.031198 seconds and 4 git commands to generate.