From 7c61f8153fb7ff525e8f5a7e328496a7ad788bc3 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 2 May 2024 20:12:09 +0200 Subject: [PATCH] no ls aliases --- .zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index f5852d9..59ae125 100644 --- a/.zshrc +++ b/.zshrc @@ -16,10 +16,9 @@ export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard. ### Aliases -alias l="lsd -lah" -alias ll="lsd -lh" -alias la="lsd -a" -alias ls="lsd" +alias l="ls -lah" +alias ll="ls -lh" +alias la="ls -a" alias grep="grep --color" alias egrep="grep -E" alias lgrep="find | grep"