(bash) use lsd for ll alias

This commit is contained in:
jc 2025-04-13 22:04:08 -04:00
commit a6a6a39e10

View file

@ -61,7 +61,7 @@ alias gs="git status"
# -a includes hidden files # -a includes hidden files
# -l displays the listing in long format, showing file attributes such as permissions # -l displays the listing in long format, showing file attributes such as permissions
# -F appends a character to each entry in the listing to indicate the file type (e.g '/' for directories and '*' for executables) # -F appends a character to each entry in the listing to indicate the file type (e.g '/' for directories and '*' for executables)
alias ll="ls -alF" alias ll="lsd -alF"
# la alias breakdown # la alias breakdown
# -A list all entries without ./ and ../ # -A list all entries without ./ and ../