dotfiles/dot_config/fish/run_once_after_change-shell-to-fish.sh.tmpl
punkfairie f894ae5c6a
Change attributes of .config/fish/change-shell-to-fish.sh
Change attributes of .config/pacman/pacman.conf
2024-10-01 20:32:03 -07:00

8 lines
130 B
Cheetah

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