X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=7ebf6ab9e61c6e4bb68c0ecbbe2eb6c8dfadf4bf;hp=c1a83bc0a96c5ce4255a3efd641e0989d57e6fcf;hb=45d936a95a5432defad03af3801abe2465b25c6b;hpb=543605c104551716f71223ed944e1fb5b1eb4a4f diff --git a/.bashrc b/.bashrc index c1a83bc..7ebf6ab 100644 --- a/.bashrc +++ b/.bashrc @@ -55,6 +55,9 @@ export PERL_MM_OPT="PREFIX=$HOME" export WWW_HOME="file:///home/short/.bookmarks.html" export GREP_OPTIONS="--binary-files=without-match --directories=skip" +# even when LANG is set to "en_US" it is lethal - strcoll() starts to sort case-insensitively! +unset LANG + function cvsdiff { cvs diff "$@" 2>&1| less; }; export -f cvsdiff function cvsdiffi { cvs diff "$@" 2>&1|grep -v '^?'|less; }; export -f cvsdiffi function cvsupdate { cvs update "$@" 2>&1| less; }; export -f cvsupdate