From b30abf0a3894e4730eb772ab0a5ba7b6e05e17a4 Mon Sep 17 00:00:00 2001 From: Billy Hunt Date: Tue, 29 Jun 2021 11:34:13 -0400 Subject: [PATCH] Update README.md zsh is the default shell for mac now, so we should write the nvm config to that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd0ef4..86f87f1 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ You can use a task: ```yaml - name: nvm shell: > - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | zsh args: creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" ```