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