From 1caf7eb710593452245b20aa55f5d656fc78a6f9 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 Aug 2024 22:12:44 +0200 Subject: [PATCH] some breaking changes? --- .bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index cc42dd6..6da5cee 100644 --- a/.bashrc +++ b/.bashrc @@ -192,7 +192,10 @@ p_basher() { p_has() { if ! command_exists has; then - $(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install) + inst_has() { + git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install + } + silentexec inst_has else tools() { local pkgs="bash fish git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo"