docs(fish): add my pumo-system-info utility to fish greeting
All checks were successful
deploy / build (push) Successful in 2m22s

This commit is contained in:
Lucien Cartier-Tilet 2024-06-20 09:41:15 +02:00
parent d97531a1d1
commit bec66b58a7
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -88,7 +88,9 @@ Now, there is only one function I modify when it comes to the
appearance of fish when Im the one using it: the ~fish_greeting~ appearance of fish when Im the one using it: the ~fish_greeting~
function. I just want it empty. function. I just want it empty.
#+BEGIN_SRC fish #+BEGIN_SRC fish
function fish_greeting; end function fish_greeting
pumo-system-info
end
#+END_SRC #+END_SRC
For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Lets For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Lets