Display pfatch at the beginning of terminal session
This commit is contained in:
parent
f53f78ddea
commit
c741da75e7
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ in
|
||||||
# Command line utilities
|
# Command line utilities
|
||||||
wget
|
wget
|
||||||
neofetch
|
neofetch
|
||||||
|
pfetch
|
||||||
killall
|
killall
|
||||||
trash-cli # aliased to rm in .bashrc
|
trash-cli # aliased to rm in .bashrc
|
||||||
|
|
||||||
|
@ -97,5 +98,6 @@ in
|
||||||
# config.allowUnfree seems to not apply to nix-env, so is provided explicitly
|
# config.allowUnfree seems to not apply to nix-env, so is provided explicitly
|
||||||
latest = "NIXPKGS_ALLOW_UNFREE=1 nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA";
|
latest = "NIXPKGS_ALLOW_UNFREE=1 nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA";
|
||||||
};
|
};
|
||||||
|
bashrcExtra = "pfetch";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue