pfetch in zsh

This commit is contained in:
xqtc 2024-11-10 19:25:04 +01:00
parent e4ef156f0d
commit c4343734cb
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -18,8 +18,8 @@
}; };
initExtraFirst = initExtraFirst =
if !(config.os == "linux") if !(config.os == "linux")
then "export PATH=$PATH:~/.cargo/bin/\n" then "export PATH=$PATH:~/.cargo/bin/\n${pkgs.pfetch-rs}/bin/pfetch"
else ""; else "${pkgs.pfetch-rs}/bin/pfetch\n";
plugins = [ plugins = [
{ {
name = "zsh-autocomplete"; name = "zsh-autocomplete";