X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=ff25b7d2f0e0fa132dd3d4e30fcbbf59b440efb8;hp=2d88a464f6cc5f80cb9c66e405050a9a51ced346;hb=refs%2Fheads%2Funlabeled-1.25.2.2.2;hpb=f06209bb74c7367236e03701b36c1c25af2b1c32 diff --git a/.bashrc b/.bashrc index 2d88a46..ff25b7d 100644 --- a/.bashrc +++ b/.bashrc @@ -57,6 +57,9 @@ 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 +export HISTSIZE=100000 +export HISTFILESIZE="$HISTSIZE" +export CVS_RSH="ssh" # Force strcoll() to sort case-sensitively! (empty/undef doesn't work) export LC_COLLATE=C