]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-skel-.bashrc
- up to 4.3.28 (which is the same as PLD 4.3.27-1; just now using official patch)
[packages/bash.git] / bash-skel-.bashrc
index d950fab92cb16ee4d7c972e51a9cb7bcee629e57..0631e3f67f1e8446dec59ac7ff5d6abbb37d110a 100644 (file)
@@ -1,17 +1,7 @@
-# .bashrc - file executed when executing bash
+# .bashrc - startup file for bash as interactive shell
 
 if [ -f /etc/bashrc ]; then
        . /etc/bashrc
 fi
 
-TEMP=~/tmp
-TMPDIR="$TEMP"
-export TEMP TMPDIR
-
-# setup LOCALE variables
-#LANG=
-#LC_ALL=
-#export LANG LC_ALL
-
-
-umask 077
+# Put your local functions and aliases here
This page took 0.038457 seconds and 4 git commands to generate.