modify ls aliases, and add lsd alternative support

This commit is contained in:
Lockszmith (@VAST) 2025-04-09 14:08:27 -04:00
parent 8d1258e0ca
commit 700d1c7d70
3 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd lsd; then
alias _ls="$(command -v lsd) "
[[ -n "${DBG}" ]] && echo "assigned lsd as ls alias."
fi