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