From 68edc5ba5c02bb13283f3516a3f6bddefe053db9 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 03:16:15 +0100 Subject: [PATCH] sdlfkjsdflj --- modules/home/caem/core/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index d68b8b6..e5b7d66 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -9,6 +9,7 @@ fzf tmux fastfetch + tre ]; programs.bat = { @@ -36,11 +37,13 @@ cat = "bat --paging=never"; ls = "lsd"; ll = "lsd -lah"; + tree = "tre"; }; initExtra = '' alias -g -- -h='-h 2>&1 | bat --language=help --style=plain' alias -g -- --help='--help 2>&1 | bat --language=help --style=plain' + export MANPAGER="sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'" ''; plugins = [