dotfiles/bin/bat_wrap
2023-02-08 22:05:44 -05:00

4 lines
60 B
Bash
Executable File

#!/usr/bin/env bash
unset COLORTERM
bat --color=always "$@"