]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bashrc
- removed setting of PS1 - causes that PS1 set througt profile does not
[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 # Put your local aliases here
This page took 0.154939 seconds and 3 git commands to generate.