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