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