From 7848ed11683d9c12dd2180edefe231bb29c2c526 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 20 Jun 2024 09:40:26 +0200 Subject: [PATCH] docs(fish): enable transient prompt with starfish --- docs/fish.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/fish.org b/docs/fish.org index 78d9df5..72f90d4 100644 --- a/docs/fish.org +++ b/docs/fish.org @@ -94,7 +94,11 @@ function fish_greeting; end For my fish prompt, I use [[https://starship.rs][starship]], a shell-agnostic prompt. Let’s 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