6 lines
70 B
Plaintext
Raw Normal View History

#!/bin/bash
if (command -v bat &>/dev/null); then
alias cat=bat
fi