From c7a16b74906e7dc43c6c7ba100eb9d354d165c54 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 2 Jul 2021 15:26:43 +0200 Subject: [PATCH] update conf --- meta/tasks/zsh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/tasks/zsh.yaml b/meta/tasks/zsh.yaml index c72ccb2..e779dda 100644 --- a/meta/tasks/zsh.yaml +++ b/meta/tasks/zsh.yaml @@ -1,6 +1,6 @@ - shell: - - command: '/bin/bash -c helpers/install_zsh.sh' - description: Create latex personal directory + - command: '/usr/bin/env bash -c helpers/install_zsh.sh' + description: Installation of zsh configuration stderr: true stdout: true