diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 1b081da..b4f775a 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -128,7 +128,7 @@ command_not_found_handle() { #noindex echo "$red[$@] -> $green[$ex]$rstc" bash --rcfile ~/.bashrc -c "$ex" else - echo >&2 "$redКоманда ${green}${1}${red} не найдена.$rstc" + echo >&2 "${red}Команда ${green}${1}${red} не найдена.$rstc" fi fi }