tasty changes to the inventory command, which now has that name instead of just 'i'.
[feisty_meow.git] / scripts / core / variables.sh
index befd665c14e4aafaf77e3af5e362a15ff791b4cd..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
   
 ##############