#!/bin/bash if (command -v lsd &> /dev/null) then alias ls='lsd' alias lt='lsd --tree' fi