]> git.pld-linux.org Git - packages/bash.git/blame - bash-skel-.bashrc
- fixed paths in %files
[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
7TEMP=~/tmp
8TMPDIR="$TEMP"
9export TEMP TMPDIR
10
11# setup LOCALE variables
12#LANG=
13#LC_ALL=
14#export LANG LC_ALL
15
16
17umask 077
This page took 0.024007 seconds and 4 git commands to generate.