From bba67bce97c819bf8ba8fb0c833800b1391281e8 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:04:25 -0400 Subject: [PATCH] (bash) use lsd for all ls related aliases --- bash/.bashrc.arch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc.arch b/bash/.bashrc.arch index ee6b977..519018d 100644 --- a/bash/.bashrc.arch +++ b/bash/.bashrc.arch @@ -65,12 +65,12 @@ alias ll="lsd -alF" # la alias breakdown # -A list all entries without ./ and ../ -alias la="ls -A" +alias la="lsd -A" # l alias breakdown # -C list entries by columns # -F appends a character to each entry in the listing to indicate the file type (e.g '/' for directories and '*' for executables) -alias l="ls -CF" +alias l="lsd -CF" # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert