From bec66b58a79e3d0e9c789fa32df72226f2979d65 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 20 Jun 2024 09:41:15 +0200 Subject: [PATCH] docs(fish): add my pumo-system-info utility to fish greeting --- docs/fish.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/fish.org b/docs/fish.org index 040ca47..2688abc 100644 --- a/docs/fish.org +++ b/docs/fish.org @@ -88,7 +88,9 @@ Now, there is only one function I modify when it comes to the appearance of fish when I’m the one using it: the ~fish_greeting~ function. I just want it empty. #+BEGIN_SRC fish -function fish_greeting; end +function fish_greeting + pumo-system-info +end #+END_SRC For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Let’s