X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=a151d70498aa8482ac6f7bc246494601a74d54b6;hb=3c8fdd4b81bcc1290db78d8c914ba352d88cd7c1;hp=88f65edae27e67eb4340fdbe89a2ad24edfa8443;hpb=6f8100c8c49d5221b69e324c39b18e482ad7ce36;p=nethome.git diff --git a/.bashrc b/.bashrc index 88f65ed..a151d70 100644 --- a/.bashrc +++ b/.bashrc @@ -231,7 +231,8 @@ export LC_COLLATE=C # as it breaks Mutt "utf-8" and somehow it is no longer needed. # Re: [Bug-readline] Readline 6.0 patch 004 trapped signal echoed to conso # http://lists.gnu.org/archive/html/bug-readline/2009-09/msg00006.html -stty -echoctl +# 2>/dev/null for possible: stty: standard input: Inappropriate ioctl for device +stty -echoctl 2>/dev/null function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; } # SunOS does not support "-m" @@ -265,6 +266,7 @@ function ctags {(unset ctags -o -name "*.[chCy]" \ -o -name "*.cc" \ -o -name "*.cxx" \ + -o -name "*.cpp" \ -o -name "*.java" \ -o -name "*.p[lm]" \ -o -name "*.py" \