Browse Source

bash: fixed cmd_not_found output

Maxim Likhachev 6 years ago committed by Maxim Likhachev
parent
commit
94375a4fbc
  1. 2
      etc/shell/bash/aliases

2
etc/shell/bash/aliases

@ -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
}

Loading…
Cancel
Save