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"