docs(fish): add my pumo-system-info utility to fish greeting
All checks were successful
deploy / build (push) Successful in 2m22s
All checks were successful
deploy / build (push) Successful in 2m22s
This commit is contained in:
parent
d97531a1d1
commit
bec66b58a7
@ -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~
|
appearance of fish when I’m 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. Let’s
|
For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Let’s
|
||||||
|
Loading…
Reference in New Issue
Block a user