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