]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-skel-.bashrc
- updated to patchlevel 15
[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.065927 seconds and 4 git commands to generate.