]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bash_profile
- session setup (environment/umask) moved from ~/.bashrc to ~/.bash_profile,
[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
10 export HISTSIZE HISTFILESIZE
11
12 mesg n
13
14 TMP=~/tmp
15 TMPDIR="$TMP"
16 export TMP TMPDIR
17
18 # setup LOCALE variables
19 #LANG=
20 #LC_ALL=
21 #export LANG LC_ALL
22
23 umask 077
24
This page took 0.087889 seconds and 4 git commands to generate.