export MINICOM="-m -c on" # metakeys+color
authorshort <>
Sat, 16 Feb 2002 20:34:38 +0000 (20:34 +0000)
committershort <>
Sat, 16 Feb 2002 20:34:38 +0000 (20:34 +0000)
export HISTSIZE=100000
export HISTFILESIZE="$HISTSIZE"
export CVS_RSH="ssh"

.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