You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
152 B
Cheetah
10 lines
152 B
Cheetah
2 years ago
|
{{ if lookPath "bat" -}}
|
||
4 years ago
|
#!/usr/bin/env bash
|
||
|
|
||
3 years ago
|
alias batdiff='batdiff --pager=""'
|
||
|
|
||
4 years ago
|
if command -v bat &> /dev/null ; then
|
||
4 years ago
|
alias cat=bat
|
||
4 years ago
|
fi
|
||
2 years ago
|
{{- end }}
|