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