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