config-bash/aliases.d/lsd

7 lines
69 B
Bash

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