From 521dae09cdb4d0a7514391188b86c43eea7999a3 Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Sun, 12 Oct 2014 19:26:02 +0600 Subject: [PATCH] =?UTF-8?q?bash,=20sdcv:=20=D0=B2=D1=8B=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B0=D0=BC=D0=B5=D1=80=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B7=D0=BC=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index a4a7a7c..0ae523b 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -401,6 +401,7 @@ clr() { -br) sed -r -e "s/$2/`echo -e "\033"`[7;31m&`echo -e "\033"`[1;0m/g";; -by) sed -r -e "s/$2/`echo -e "\033"`[7;33m&`echo -e "\033"`[1;0m/g";; -bm) sed -r -e "s/$2/`echo -e "\033"`[7;35m&`echo -e "\033"`[1;0m/g";; + -fo) sed -r -e "s/$2/`echo -e "\033"`[1;91m&`echo -e "\033"`[1;0m/g";; -fb) sed -r -e "s/$2/`echo -e "\033"`[1;34m&`echo -e "\033"`[1;0m/g";; -fc) sed -r -e "s/$2/`echo -e "\033"`[1;36m&`echo -e "\033"`[1;0m/g";; -fg) sed -r -e "s/$2/`echo -e "\033"`[1;32m&`echo -e "\033"`[1;0m/g";; @@ -417,6 +418,7 @@ t() { | clr -bg --.* \ | clr -fm '\[.*\]' \ | clr -fy '=|~|[[:space:]]+[0-9a-zA-Zа-яА-Я]{1,2}\)|^[0-9]\.|^I+[[:space:]]' \ + | clr -fo 'амер(иканизм|\.)?' \ | clr -fc "'" \ | sed "s/\'/'/g" }