From a6a6a39e10dea9e8cc9066a8acad288f6286e9ba Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:04:08 -0400 Subject: [PATCH] (bash) use lsd for ll alias --- bash/.bashrc.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index 5eb0b51..ee6b977 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -61,7 +61,7 @@ alias gs="git status" # -a includes hidden files # -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) -alias ll="ls -alF" +alias ll="lsd -alF" # la alias breakdown # -A list all entries without ./ and ../