diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index de832a4..41a81f4 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -217,3 +217,8 @@ if [ $? -ne 0 ]; then else alias lg="lazygit" fi + +command -v rustc > /dev/null 2>&1 +if [ $? -ne 0 ]; then + echo -e "$WARNING rust is not installed" +fi