From 843348a09622dca24693a17c70cd0a542b7f3c3d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 22 Feb 2023 15:34:56 +0100 Subject: [PATCH] [Fish] No more fish_greeting --- org/config/fish.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/org/config/fish.org b/org/config/fish.org index 2089466..7bf83d1 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -78,12 +78,11 @@ end :PROPERTIES: :CUSTOM_ID: Regular_fish_shell_appearance-c3e532e1 :END: -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 use it to display the output of [[https://labs.phundrak.com/phundrak/pumo-system-info][a utility I wrote]]. +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 - which pumo-system-info 2&> /dev/null && pumo-system-info -end +function fish_greeting; end #+END_SRC For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Let’s load it: