]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-skel-.bash_profile
- there is no need to drop nxterm
[packages/bash.git] / bash-skel-.bash_profile
index ef6869647892a9b04d59c383b006db2a82094510..a862407f6bf8eed834321f1d6884d4baca5455c6 100644 (file)
@@ -6,7 +6,18 @@ fi
 
 HISTSIZE=1000
 HISTFILESIZE=1000
+TMP=~/tmp
+TMPDIR="$TMP"
 
-export HISTSIZE HISTFILESIZE
+# setup LOCALE variables
+#LANG=
+#LC_ALL=
+#export LANG LC_ALL
 
-mesg n
+export HISTSIZE HISTFILESIZE TMP TMPDIR
+
+umask 077
+
+if [ -x /usr/bin/mesg ]; then
+       mesg n
+fi
This page took 0.040544 seconds and 4 git commands to generate.