mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-21 22:10:31 +01:00
pfetch in zsh
This commit is contained in:
parent
e4ef156f0d
commit
c4343734cb
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue