diff --git a/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl b/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl index 1b274fc..be80cb6 100644 --- a/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl +++ b/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} diff --git a/.chezmoiscripts/run_once_install-neovim.sh.tmpl b/.chezmoiscripts/run_once_install-neovim.sh.tmpl index 422dbe9..a401393 100755 --- a/.chezmoiscripts/run_once_install-neovim.sh.tmpl +++ b/.chezmoiscripts/run_once_install-neovim.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} diff --git a/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl index a9fc1a2..d4de298 100755 --- a/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} diff --git a/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl b/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl index 9736e07..877a59a 100755 --- a/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }}