From f06209bb74c7367236e03701b36c1c25af2b1c32 Mon Sep 17 00:00:00 2001 From: root <> Date: Tue, 1 Jan 2002 15:48:00 +0000 Subject: [PATCH] +MINICOM=metakeys+color --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 7903512..2d88a46 100644 --- a/.bashrc +++ b/.bashrc @@ -56,6 +56,7 @@ export PERL_MM_OPT="PREFIX=$HOME" export WWW_HOME="file:///home/short/.bookmarks.html" export GREP_OPTIONS="--binary-files=without-match --directories=skip" [ -n "$PS1" ] && export PS1="`echo -en '\017'`$PS1" # set only in interactive sessions +export MINICOM="-m -c on" # metakeys+color # Force strcoll() to sort case-sensitively! (empty/undef doesn't work) export LC_COLLATE=C -- 1.8.3.1