]> git.pld-linux.org Git - packages/bash.git/blame - bash-skel_pl-.bashrc
- added using CVS keywords in %changelog (for automating them).
[packages/bash.git] / bash-skel_pl-.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
11LANG=pl_PL
12LC_ALL=pl
13export LANG LC_ALL
14
15umask 077
This page took 0.042218 seconds and 4 git commands to generate.