From 61e90db11e02e8dfac0b7580eda0594e024eb8d6 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 2 Mar 2025 08:51:24 +0100 Subject: [PATCH] ll alias changed to exa --- .zshrc.d/ls.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 .zshrc.d/ls.zsh diff --git a/.zshrc.d/ls.zsh b/.zshrc.d/ls.zsh new file mode 100644 index 0000000..e8e577b --- /dev/null +++ b/.zshrc.d/ls.zsh @@ -0,0 +1 @@ +alias ll='exa -Hlg --icons --git'