]> git.pld-linux.org Git - packages/bash.git/commitdiff
- session setup (environment/umask) moved from ~/.bashrc to ~/.bash_profile,
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 14 Dec 2000 12:47:09 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  where is it's place

Changed files:
    bash-skel-.bash_profile -> 1.2
    bash-skel-.bashrc -> 1.2

bash-skel-.bash_profile
bash-skel-.bashrc

index ef6869647892a9b04d59c383b006db2a82094510..fa54adf1608e2b0c9f9b2fb018803864c590c56a 100644 (file)
@@ -10,3 +10,15 @@ HISTFILESIZE=1000
 export HISTSIZE HISTFILESIZE
 
 mesg n
+
+TMP=~/tmp
+TMPDIR="$TMP"
+export TMP TMPDIR
+
+# setup LOCALE variables
+#LANG=
+#LC_ALL=
+#export LANG LC_ALL
+
+umask 077
+
index d950fab92cb16ee4d7c972e51a9cb7bcee629e57..db1e45d8c1f4f5bc753fc0bc03e1d52d1e7b2938 100644 (file)
@@ -4,14 +4,4 @@ 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 aliases here
This page took 0.062247 seconds and 4 git commands to generate.