]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bash_profile
- skel files for bash.
[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
This page took 0.024648 seconds and 4 git commands to generate.