flocon/run_once_30_configure_fish.sh.tmpl

5 lines
97 B
Cheetah
Raw Normal View History

#!/bin/sh
{{ if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
fish -c "fisher update"
{{ end }}