Commit ce9357f2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

functions/common: hide csed using

parent 854fb6a3
......@@ -26,7 +26,7 @@ fi
if which csed 2>/dev/null >/dev/null ; then
colorify()
{
csed '/(warning|WARNING|Warning|предупреждение):/ p magenta,bold' '/(error|ERROR|Error|ошибка):/ p red,bold' '/(Command not found):/ p red,bold'
a= csed '/(warning|WARNING|Warning|предупреждение):/ p magenta,bold' '/(error|ERROR|Error|ошибка):/ p red,bold' '/(Command not found):/ p red,bold'
}
else
colorify()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment