From ab416d86a449ab3e6960b6014ce5da119bccaebb Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 03:52:46 +0100 Subject: [PATCH] aslkdjas --- modules/home/caem/core/zsh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 9a1e084..8b34103 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -34,9 +34,8 @@ history.path = "${config.xdg.cacheHome}/zsh_history"; shellAliases = { - cat = "bat --paging=never"; + cat = "bat --paging=never --wrap=never --style='changes,snip,numbers'"; ls = "lsd"; - ll = "lsd -lah"; tree = "tre"; };