X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=fa2f774b17a79c782c2458593d51309f8771242b;hb=58d1629f8127a56d46c367214742b3db3097bad1;hp=befd665c14e4aafaf77e3af5e362a15ff791b4cd;hpb=ef22b805fca7d05e4b9d492a7e7270dbeeee1cf9;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index befd665c..fa2f774b 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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 ##############