From ab8e27e3be1f71399c0fea0a701b591d79ea4f24 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 25 Aug 2024 17:14:45 +0200 Subject: [PATCH] addet correct has tools syntax --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5fc9ade..87ced89 100644 --- a/.zshrc +++ b/.zshrc @@ -88,7 +88,7 @@ _init (){ inst_has >/dev/null 2>&1 else tools() { - local pkgs="bash zsh git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo" + local pkgs=("bash" "zsh" "git" "curl" "make" "cmake" "gcc" "g++" "rg" "docker" "composer" "node" "npm" "php" "jre" "python3" "go" "cargo") has $pkgs } fi