removed gaudy boxes in favor of shorter listing.
[feisty_meow.git] / scripts / core / variables.sh
index dbef4552f66ab61dfa9322927a0155a16a207776..fa2f774b17a79c782c2458593d51309f8771242b 100644 (file)
@@ -17,6 +17,9 @@ export PS1='\u@\h $ ';
 # sets the history length and max file size so we can get some long history around here.
 export HISTSIZE=1000000
 export HISTFILESIZE=8000000
+
+# make the TERM available to all sub-shells.
+export TERM
   
 ##############
   
@@ -190,7 +193,6 @@ if [ -z "$NECHUNG" ]; then
   ##############
   
   if [ ! -z "$SHELL_DEBUG" ]; then echo variables initialization ends....; fi
-
 fi
 
 ##############
@@ -208,6 +210,6 @@ for i in $FEISTY_MEOW_GENERATED/custom/*.sh; do
   if [ ! -z "$SHELL_DEBUG" ]; then
     echo "loading customization: $(basename $(dirname $i))/$(basename $i)"
   fi
-  source $i
+  source "$i"
 done