From 688217a7ee11536e3341c3c2ccf07fecf4891d7c Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 6 Jan 2023 22:59:07 -0800 Subject: [PATCH] Add fortune to shell startup --- hosts/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/home.nix b/hosts/home.nix index 7b47dd7..3b115f6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -56,6 +56,7 @@ in wget neofetch pfetch + fortune killall trash-cli # aliased to rm in .bashrc @@ -98,6 +99,6 @@ in # 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"; }; - bashrcExtra = "pfetch"; + bashrcExtra = "pfetch\nfortune"; }; }