From bf58bb289ab8d0637ff5ad7c92ffa36688c65dd2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 2 Mar 2024 17:58:42 +0100 Subject: [PATCH] lsd --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 39a8594..dbae4c1 100644 --- a/.zshrc +++ b/.zshrc @@ -16,9 +16,9 @@ export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard. ### Aliases -alias l="ls -lah" -alias ll="ls -lh" -alias la="ls -a" +alias l="lsd -lah" +alias ll="lsd -lh" +alias la="lsd -a" alias ls="ls" alias grep="grep --color" alias egrep="grep -E"