From 4871fc202f78df3db1744820299a33c7c54835a6 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 14:57:23 +0200 Subject: [PATCH] addet tools testing --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6eec74c..a39c2a0 100644 --- a/.bashrc +++ b/.bashrc @@ -223,7 +223,7 @@ _cli_qol_() { $(git clone https://github.com/kdabir/has.git && cd has && sudo make install) else 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 } fi