|
|
|
@ -128,7 +128,7 @@ command_not_found_handle() { #noindex
@@ -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 |
|
|
|
|
} |
|
|
|
|