From 4672a17c5d5157fb8e293164f335c090057c0e02 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 22 Feb 2022 19:25:59 +0000 Subject: [PATCH] fix(node): make volta install on linux via zinit --- zsh/nodejs.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/nodejs.zsh b/zsh/nodejs.zsh index 864a1da..a9db3ba 100755 --- a/zsh/nodejs.zsh +++ b/zsh/nodejs.zsh @@ -12,6 +12,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then else zinit_volta_bpick='*macos.tar*' fi +elif [[ "$OSTYPE" == "linux"* ]]; then + zinit_volta_bpick='*linux-openssl-1.1.tar.gz' fi zinit ice wait lucid as'program' from'gh-r' bpick"$zinit_volta_bpick" \