[Fish] No more fish_greeting
This commit is contained in:
parent
e47c31d637
commit
843348a096
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user