]> git.pld-linux.org Git - packages/bash.git/blame - bash-skel-.bashrc
bash patches are now on distfiles
[packages/bash.git] / bash-skel-.bashrc
CommitLineData
edd6ecdc 1# .bashrc - startup file for bash as interactive shell
ee6544c8 2
3if [ -f /etc/bashrc ]; then
4 . /etc/bashrc
5fi
6
edd6ecdc 7# Put your local functions and aliases here
This page took 0.049924 seconds and 4 git commands to generate.