add check for rust installation
This commit is contained in:
parent
db75c23027
commit
dfc7bff00d
1 changed files with 5 additions and 0 deletions
|
|
@ -217,3 +217,8 @@ if [ $? -ne 0 ]; then
|
||||||
else
|
else
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
command -v rustc > /dev/null 2>&1
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo -e "$WARNING rust is not installed"
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue