]> git.pld-linux.org Git - packages/bash.git/blame - bash-skel-.bashrc
- up to 3.2.39
[packages/bash.git] / bash-skel-.bashrc
CommitLineData
ee6544c8 1# .bashrc - file executed when executing bash
2
3if [ -f /etc/bashrc ]; then
4 . /etc/bashrc
5fi
6
c8bd274e
ER
7# return if the shell is not interactive (called from scp, etc)
8if [[ $- != *i* ]]; then
9 return
10fi
11
130aded2 12# Put your local aliases here
This page took 0.040938 seconds and 4 git commands to generate.