]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bashrc
- up to 4.0.33
[packages/bash.git] / bash-skel-.bashrc
1 # .bashrc - startup file for bash as interactive shell
2
3 if [ -f /etc/bashrc ]; then
4         . /etc/bashrc
5 fi
6
7 # Put your local functions and aliases here
This page took 0.029527 seconds and 3 git commands to generate.