X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=55ea7c7388fe4fdeb5915f0f2664aed32fbd8e34;hp=4d907c9d398e6968e413472529b0940a99fe2657;hb=149f5a27a363eab842c121a45d9d2294cca6469b;hpb=fd498902c7f787161acc347517543e41ae5120fa diff --git a/.bashrc b/.bashrc index 4d907c9..55ea7c7 100644 --- 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