addet more has queries

This commit is contained in:
pika 2024-08-18 15:09:11 +02:00
parent 8319ce5dca
commit b2881f0dca

View file

@ -223,7 +223,7 @@ _cli_qol_() {
$(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install)
else
tools(){
local pkgs="bash fish git curl make composer node npm php jre python3"
local pkgs="bash fish git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo"
has $pkgs
}
fi