addet correct has tools syntax
This commit is contained in:
parent
2545e917d5
commit
ab8e27e3be
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -88,7 +88,7 @@ _init (){
|
||||||
inst_has >/dev/null 2>&1
|
inst_has >/dev/null 2>&1
|
||||||
else
|
else
|
||||||
tools() {
|
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
|
has $pkgs
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue