From 8319ce5dca3eb3791f23d93883b21601bb81adb4 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 15:06:37 +0200 Subject: [PATCH] has now has a temp dir --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2103a63..92c9f8f 100644 --- a/.bashrc +++ b/.bashrc @@ -220,7 +220,7 @@ _cli_qol_() { fi if ! command_exists has; then - $(git clone https://github.com/kdabir/has.git && cd has && sudo make install) + $(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"