]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bash_profile
- shorter bash syntax
[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 umask 077
17
18 if [ -x /usr/bin/mesg ]; then
19         mesg n
20 fi
This page took 0.068775 seconds and 4 git commands to generate.