From 620b5b6d02073a15c7d2fb407f294a33c81f745d Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:14:57 -0700 Subject: [PATCH] Update .chezmoiscripts/10-change-shell-to-fish.sh --- .chezmoiscripts/run_once_after_10-change-shell-to-fish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh b/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh index bcd5032..e23e190 100644 --- a/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh +++ b/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh @@ -1,5 +1,5 @@ {{- if lookPath "fish" -}} -#!/bin/env bash +#!/usr/bin/env bash if [ "$SHELL" != "$(which fish)" ]; then chsh -s "$(which fish)"