From e69da91ea242653f76d835566a160d4c89669a32 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Wed, 28 Aug 2024 10:54:00 +0200 Subject: [PATCH] minimal: Move greeting to the correct place --- minimal/hm.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/minimal/hm.nix b/minimal/hm.nix index aef2563..9a99a56 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -299,6 +299,11 @@ enable = true; functions = { + fish_greeting = '' + ${pkgs.fortune}/bin/fortune \ + | ${pkgs.cowsay}/bin/cowsay \ + | ${pkgs.dotacat}/bin/dotacat + ''; fish_user_key_bindings = '' bind -k up up-or-search-prefix bind \eOA up-or-search-prefix @@ -380,10 +385,6 @@ and status is-interactive keychain --eval $SSH_KEYS_TO_AUTOLOAD | source end - - ${pkgs.fortune}/bin/fortune \ - | ${pkgs.cowsay}/bin/cowsay \ - | ${pkgs.dotacat}/bin/dotacat ''; shellAliases = {