addet tools testing

This commit is contained in:
pika 2024-08-18 14:57:23 +02:00
parent 7888e63f27
commit 4871fc202f

View file

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