From 23835cf924f041776c0612f6a663e38992d6c9f3 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 10 Oct 2024 20:05:08 -0400 Subject: [PATCH] change ls-related aliases --- home/modules/term/default.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/home/modules/term/default.nix b/home/modules/term/default.nix index 89a93a2..2b2a9b2 100644 --- a/home/modules/term/default.nix +++ b/home/modules/term/default.nix @@ -387,11 +387,14 @@ in { du = "dust"; df = "duf"; cdr = "cd \$(git rev-parse --show-toplevel)"; - l = "eza -al --no-time --group-directories-first"; - ls = "eza -al --no-time --group-directories-first"; - la = "eza -a"; - ll = "eza -l --no-time --group-directories-first"; - lt = "eza -aT --no-time --group-directories-first"; + # l = "eza -al --no-time --group-directories-first"; + # ls = "eza -al --no-time --group-directories-first"; + # la = "eza -a"; + # ll = "eza -l --no-time --group-directories-first"; + # lt = "eza -aT --no-time --group-directories-first"; + lg = "lazygit"; + ls = "eza -aTL 1 --icons --group-directories-first"; + la = "eza -alTL 1 --icons --no-time --group-directories-first"; cat = "bat --theme gruvbox-dark --style numbers,changes --color=always --tabs=2 --wrap=never"; diff = "delta"; top = "btm";