From c4343734cb0d892a999e6375b64a014c4921acfd Mon Sep 17 00:00:00 2001 From: xqtc Date: Sun, 10 Nov 2024 19:25:04 +0100 Subject: [PATCH] pfetch in zsh --- home/modules/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index d6d2156..bb2027e 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -18,8 +18,8 @@ }; initExtraFirst = if !(config.os == "linux") - then "export PATH=$PATH:~/.cargo/bin/\n" - else ""; + then "export PATH=$PATH:~/.cargo/bin/\n${pkgs.pfetch-rs}/bin/pfetch" + else "${pkgs.pfetch-rs}/bin/pfetch\n"; plugins = [ { name = "zsh-autocomplete";