dotfiles/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh.tmpl
punkfairie 205a88358f
Add .config/packages/Brewfile
Add .config/packages/onchange_install-brew-packages.fish
Change attributes of .chezmoiscripts/10-change-shell-to-fish.sh
2024-04-21 17:12:54 -07:00

8 lines
128 B
Cheetah

{{ if lookPath "fish" -}}
#!/usr/bin/env bash
if [ "$SHELL" != "$(which fish)" ]; then
chsh -s "$(which fish)"
fi
{{ end -}}