]> git.pld-linux.org Git - packages/bash.git/blame_incremental - bash-skel-.bashrc
- up to 4.3 (pl.po looks up to date, so disable patch)
[packages/bash.git] / bash-skel-.bashrc
... / ...
CommitLineData
1# .bashrc - startup file for bash as interactive shell
2
3if [ -f /etc/bashrc ]; then
4 . /etc/bashrc
5fi
6
7# Put your local functions and aliases here
This page took 0.041309 seconds and 4 git commands to generate.