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: