Update .chezmoiscripts/10-change-shell-to-fish.sh

This commit is contained in:
punkfairie 2024-04-21 16:14:57 -07:00
parent d271283c16
commit 620b5b6d02
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -1,5 +1,5 @@
{{- if lookPath "fish" -}}
#!/bin/env bash
#!/usr/bin/env bash
if [ "$SHELL" != "$(which fish)" ]; then
chsh -s "$(which fish)"