docs(fish): enable transient prompt with starfish

This commit is contained in:
Lucien Cartier-Tilet 2024-06-20 09:40:26 +02:00
parent 4f50b88488
commit 7848ed1168
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -94,7 +94,11 @@ function fish_greeting; end
For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Lets
load it:
#+begin_src fish
function starship_transient_prompt_func
starship module character
end
starship init fish | source
enable_transience
#+end_src
** Setting up external tools