From ca105bb5e43a2f495756c10dc86f7c413663e3ec Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:56:44 +0200 Subject: [PATCH] Miscellanious fixes2 --- modules/home-manager/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index e4eb0ca..26ed41e 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -24,6 +24,7 @@ fi } eval "$(direnv hook zsh)" + export PATH="$PATH:$HOME/NoteWrapper/result/bin" # some project im coding fastfetch''\n''; shellAliases = { ".." = "z .."; @@ -32,7 +33,7 @@ la = "custom-eza"; l = "custom-eza"; eza = "custom-eza"; - ls = "\\eza"; # ls -> normal ls. eza more info + ls = "\\eza -a"; # ls -> normal ls. eza gives more info tree = "\\eza -hlTF --color=always --hyperlink --group-directories-first --show-symlinks --icons=always --git --no-permissions"; cat = "custom-cat"; pomodoro = "custom-tomato";