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