From c1b516032e54921a97e5d82ca28afe3a1df0df6c Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 8 Jun 2023 12:20:36 +1000 Subject: [PATCH] exa --- home/dots/zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dots/zsh b/home/dots/zsh index beb43d7..85440fa 100644 --- a/home/dots/zsh +++ b/home/dots/zsh @@ -2,12 +2,12 @@ la_culr() { - ls -lha --group-directories-first --color $@ | culr -t 80 -o roygbiv-split + exa -lha --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split } ls_culr() { - ls -lh --group-directories-first --color $@ | culr -t 80 -o roygbiv-split + exa -lh --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split } ps_culr()