]> git.pld-linux.org Git - packages/bash.git/commitdiff
- shorter bash syntax
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Feb 2007 14:28:38 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-skel-.bash_profile -> 1.5

bash-skel-.bash_profile

index a862407f6bf8eed834321f1d6884d4baca5455c6..3b81e7509d0018899532603400646bac32e806af 100644 (file)
@@ -4,17 +4,14 @@ if [ -f ~/.bashrc ]; then
        . ~/.bashrc
 fi
 
-HISTSIZE=1000
-HISTFILESIZE=1000
-TMP=~/tmp
-TMPDIR="$TMP"
+export HISTSIZE=1000
+export HISTFILESIZE=1000
+export TMP=~/tmp
+export TMPDIR="$TMP"
 
 # setup LOCALE variables
-#LANG=
-#LC_ALL=
-#export LANG LC_ALL
-
-export HISTSIZE HISTFILESIZE TMP TMPDIR
+#export LANG=
+#export LC_ALL=
 
 umask 077
 
This page took 0.027121 seconds and 4 git commands to generate.