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 =
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";