7 lines
129 B
Fish
7 lines
129 B
Fish
#!/usr/bin/env fish
|
|
|
|
{{ if lookPath "bat" -}}
|
|
bat cache --build
|
|
{{ else if lookPath "batcat" -}}
|
|
batcat cache --build
|
|
{{ end -}}
|