docs(fish): enable transient prompt with starfish
This commit is contained in:
parent
4f50b88488
commit
7848ed1168
@ -94,7 +94,11 @@ function fish_greeting; end
|
|||||||
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
|
||||||
load it:
|
load it:
|
||||||
#+begin_src fish
|
#+begin_src fish
|
||||||
|
function starship_transient_prompt_func
|
||||||
|
starship module character
|
||||||
|
end
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
enable_transience
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Setting up external tools
|
** Setting up external tools
|
||||||
|
Loading…
Reference in New Issue
Block a user