From 1093f04a2a83c0bbee6c62a4ab7a8af0a2e3a949 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:20:43 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20chore:=20Fi?= =?UTF-8?q?nally=20override=20the=20default=20fish=5Fgreeting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/fish_greeting.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/fish/functions/fish_greeting.fish diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..8516e35 --- /dev/null +++ b/.config/fish/functions/fish_greeting.fish @@ -0,0 +1,5 @@ +#!/usr/bin/env fish + +function fish_greeting + fortune | cowsay | lolcat +end