]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bash_profile
oops
[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 HISTSIZE=1000
8 HISTFILESIZE=1000
9 TMP=~/tmp
10 TMPDIR="$TMP"
11
12 # setup LOCALE variables
13 #LANG=
14 #LC_ALL=
15 #export LANG LC_ALL
16
17 export HISTSIZE HISTFILESIZE TMP TMPDIR
18
19 umask 077
20
21 if [ -x /usr/bin/mesg ]; then
22         mesg n
23 fi
This page took 0.023446 seconds and 3 git commands to generate.