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