flocon/run_once_30_configure_fish.sh.tmpl

4 lines
97 B
Bash

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