punkfairie
205a88358f
Add .config/packages/onchange_install-brew-packages.fish Change attributes of .chezmoiscripts/10-change-shell-to-fish.sh
8 lines
128 B
Cheetah
8 lines
128 B
Cheetah
{{ if lookPath "fish" -}}
|
|
#!/usr/bin/env bash
|
|
|
|
if [ "$SHELL" != "$(which fish)" ]; then
|
|
chsh -s "$(which fish)"
|
|
fi
|
|
|
|
{{ end -}}
|