X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=0f7d21d3c0593a59d4961316482bef9d6dd2e75b;hb=143c3861fb054e2c2dbb932b848ea52c6149d0b3;hp=c7125a5e552da943b92f035865683510ea2e1a25;hpb=a8de0fe37edd70cb526f72dead01ba21163ea5eb;p=nethome.git diff --git a/.bashrc b/.bashrc index c7125a5..0f7d21d 100644 --- a/.bashrc +++ b/.bashrc @@ -122,6 +122,7 @@ alias maple="ssh -t vega.fjfi.cvut.cz maple" alias vi='vim' alias grepb='grep --binary-files=binary' alias L='lynx' +alias chown='chown --no-dereference' alias cvs2cl='cvs2cl --window 3600 --separate-header --no-wrap' alias cvsfiles='cvsutil --files --print' alias cvsignores='cvsutil --ignores --print' @@ -185,11 +186,6 @@ export LC_COLLATE=C # export LC_ALL=C # as it breaks Mutt "utf-8" and somehow it is no longer needed. -function cvsdiff { cvs diff "$@" 2>&1|pipebuf -q| less; }; export -f cvsdiff -function cvsdiffi { cvs diff "$@" 2>&1|pipebuf -q|grep -v '^?'|less; }; export -f cvsdiffi -function cvsupdate { cvs update "$@" 2>&1|pipebuf -q| less; }; export -f cvsupdate -function cvsupdatei { cvs update "$@" 2>&1|pipebuf -q|grep -v '^?'|less; }; export -f cvsupdatei - function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; }; export -f wclines # SunOS does not support "-m" export ULIMITME_OPTS="" @@ -228,7 +224,7 @@ function ctags {(unset ctags; function ctagsh { ctags "--c-types=+px"; }; export -f ctagsh function cpan {(unset cpan; if [ $# = 0 ];then cpan;else perl -MCPAN -e "install qw($*);";fi; );}; export -f cpan function exx { cd "`unset exx;exx "$@"|tee /proc/self/fd/2|tail -n1|sed -n 's/^extdir=//p'`"; };export -f exx -function revlines { perl -e 'my @r=();push @r,$_ while (<>);print pop @r while @r;'; }; export -f revlines +function revlines { perl -e 'print reverse <>;'; }; export -f revlines ulimit -S -c 0 set +H