]> git.pld-linux.org Git - packages/bash.git/blame - bash-skel-.bash_profile
- ipv6 support is back
[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
7HISTSIZE=1000
8HISTFILESIZE=1000
9
10export HISTSIZE HISTFILESIZE
11
12mesg n
130aded2
JK
13
14TMP=~/tmp
15TMPDIR="$TMP"
16export TMP TMPDIR
17
18# setup LOCALE variables
19#LANG=
20#LC_ALL=
21#export LANG LC_ALL
22
23umask 077
24
This page took 0.074984 seconds and 4 git commands to generate.