# Rust replacements
if hash exa 2> /dev/null;
then
alias ls="exa"
fi
if hash bat 2> /dev/null;
alias cat="bat"