export MINICOM="-m -c on" # metakeys+color
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 4d907c9..55ea7c7 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -56,6 +56,10 @@ export LC_CTYPE=cs_CZ.ISO-8859-2
 export PERL_MM_OPT="PREFIX=$HOME"
 export WWW_HOME="file:///home/short/.bookmarks.html"
 export GREP_OPTIONS="--binary-files=without-match --directories=skip"
+export MINICOM="-m -c on"      # metakeys+color
+export HISTSIZE=100000
+export HISTFILESIZE="$HISTSIZE"
+export CVS_RSH="ssh"
 
 # even when LANG is set to "en_US" it is lethal - strcoll() starts to sort case-insensitively!
 unset LANG