use bat for certain code files
This commit is contained in:
parent
7208a8b392
commit
196040f052
|
@ -82,8 +82,8 @@ case "$(printf "%s\n" "$(readlink -f "$1")" | awk '{print tolower($0)}')" in
|
||||||
convert "$1" "${CACHE}.jpg"
|
convert "$1" "${CACHE}.jpg"
|
||||||
image "${CACHE}.jpg" "$2" "$3" "$4" "$5"
|
image "${CACHE}.jpg" "$2" "$3" "$4" "$5"
|
||||||
;;
|
;;
|
||||||
*.ino)
|
*.ino|*.c|*.php|*.py)
|
||||||
batorcat --language=cpp "$1"
|
batorcat "$1"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
~/.config/lf/pistol "$1"
|
~/.config/lf/pistol "$1"
|
||||||
|
|
Loading…
Reference in New Issue