From d37442fb34a7dada6af0c50263fa327793925625 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 15 Feb 2016 14:21:48 +0500 Subject: [PATCH] =?UTF-8?q?bash:=20fix:=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD?= =?UTF-8?q?=D0=B4=D1=8B=20=D0=BA=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=D0=B8=D1=86?= =?UTF-8?q?=D0=B5=D0=B9=20=D1=81=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20bashrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index a64336a..113fb3d 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -110,7 +110,7 @@ command_not_found_handle() { #noindex ex="$(echo -n $@ | \ sed "y/йцукенгшщзхъфывапролджэячсмитьбю\.ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ,/qwertyuiop\[\]asdfghjkl;\'zxcvbnm,\.\/QWERTYUIOP\{\}ASDFGHJKL:\"ZXCVBNM<>\?/")" echo "$red[$@] -> $green[$ex]$rstc" - $ex + bash --rcfile ~/.bashrc -c "$ex" else echo >&2 "$redКоманда ${green}${1}${red} не найдена.$rstc" fi