minor changes

This commit is contained in:
pika 2024-05-21 12:17:41 +02:00
parent 20daa9e5c0
commit 9170f7d003

View file

@ -95,7 +95,7 @@ end
# ─< lsd >──────────────────────────────────────────────────────────────────────────────────
if command -v lsd >/dev/null 2>&1
alias ls='lsd -l'
alias ll='pwd && lsd -lA'
alias ll='lsd -lA'
alias tree='lsd --tree'
set -a toolbox " ls is using $(which lsd)
"