From 0f8555f99ddff2a7e187bf5010431807ad6c41c4 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Fri, 15 Sep 2023 13:26:39 +0200 Subject: [PATCH] Add ls alias --- .config/shell/aliases/common | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/aliases/common b/.config/shell/aliases/common index 86368ad..5848b34 100644 --- a/.config/shell/aliases/common +++ b/.config/shell/aliases/common @@ -3,6 +3,7 @@ # shellcheck disable=SC2139 # Verbosity and settings that you pretty much just always are going to want. alias \ + ls="ls --color=auto" \ bc="bc -ql" \ cp="cp -iv" \ df='df -h' \