#!/usr/bin/env bash

if command -v bat &> /dev/null ; then
    alias cat='bat --pager=never'
fi