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)"